do_page_down(), do_para_end(), do_next_word(), do_prev_word(),
do_up(), do_down(), do_scroll_down(), do_right(), do_mouse(),
do_gotolinecolumn(), do_delete(), begpar(), find_paragraph(),
- do_justify(), do_wrap(), remove_magicline(), edit_scroll(),
- and edit_update(). (DLR)
+ do_justify(), do_wrap(), remove_magicline(), and
+ edit_scroll(). (DLR)
- Add new -L/--nonewlines command line option, and new
"nonewlines" rcfile option, to control whether nano adds
magiclines to the ends of files. Changes to read_file(),
null_at(&openfile->current->data, break_pos);
/* If the current line is the last line of the file, move
- * the last line of the file down. */
+ * the last line of the file down to the next line. */
if (openfile->filebot == openfile->current)
openfile->filebot = openfile->filebot->next;