Not removing and then re-adding the magic line when a Backspace happens
Benno Schulenberg authored
at the end-of-file; just adding a token undo item to be able to put the
cursor back at the very tail of the file.


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5285 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
fc7825d0
Name Last commit Last update
..
Makefile.am Removing an "-I m4" flag; it is needed only at the top level.
browser.c Limiting the selected file to the available ones in the list.
chars.c Starting to look for a multibyte character not at the start of the string,
color.c Not checking for non-NULL before freeing a variable, as it's unnecessary.
cut.c 2015-02-03 Alex Henrie <alexhenrie24@gmail.com>
files.c Normalizing the whitespace and some comments in src/files.c.
global.c Giving each toggle a sequence number, to be able to show them in a fixed order.
help.c Giving each toggle a sequence number, to be able to show them in a fixed order.
move.c Fusing two identical functions into one: need_screen_update().
nano.c Removing the obsolete long option --undo, and sorting some things.
nano.h Giving each toggle a sequence number, to be able to show them in a fixed order.
prompt.c Not checking for non-NULL before freeing a variable, as it's unnecessary.
proto.h Renaming the parameter 'current_action' to 'action',
rcfile.c Giving each toggle a sequence number, to be able to show them in a fixed order.
search.c Making M-W work also right after startup.
text.c Not removing and then re-adding the magic line when a Backspace happens
utils.c Keeping homedir NULL when no home directory could be determined,
winio.c Verifying that there exists multidata for the found starting line