do_help() (all moved to help.c). (DLR)
- Tweak a few functions to remove the assumption that the file
always ends in a magicline. Changes to do_cut_till_end(),
- open_buffer(), read_file(), write_file(), and
+ open_buffer(), read_file(), write_file(), do_last_line(), and
do_wordlinechar_count(). (DLR)
- Tweak a few functions to rely on fileage and filebot instead
of NULL for their checks to detect the top or bottom of the
check_statusblank();
openfile->current = openfile->filebot;
- openfile->current_x = 0;
- openfile->placewewant = 0;
+ openfile->current_x = strlen(openfile->filebot->data);
+ openfile->placewewant = xplustabs();
openfile->current_y = editwinrows - 1;
edit_redraw(current_save, pww_save);