strlenpt(), check_linenumbers(), dump_buffer(), and
dump_buffer_reverse() from winio.c to utils.c, as they're
really utility functions. (DLR)
- - Add missing stdio.h #include to text.c and winio.c. (DLR)
+ - Add missing stdio.h #include to text.c and winio.c, and remove
+ unneeded sys/wait.h #include from files.c. (DLR)
- Move functions specific to the statusbar prompt to their own
source file, adjust related variables accordingly, and rename
variable resetstatuspos reset_statusbar_x. New file prompt.c;