nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 5b7b3e3c9c1e02c48886e78b5d9490aacb97fa93
parent 30bdadd4d58ada8cb274ada03569f2bcf8b0a724
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Sat, 31 Dec 2005 21:22:54 +0000

cosmetic fixes


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3253 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
MChangeLog | 3++-
Msrc/text.c | 3++-
2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -2141,7 +2141,8 @@ GNU nano 1.3.5 - 2004.11.22 glib 2.x on systems that may not have it installed. (DLR, suggested by Jordi) - src/Makefile.am: - - Don't use DEFS to define things. Use INCLUDES instead. (Jordi) + - Don't use DEFS to define things. Use INCLUDES instead. + (Jordi) GNU nano 1.3.4 - 2004.08.17 - General: diff --git a/src/text.c b/src/text.c @@ -152,7 +152,8 @@ void do_delete(void) update_line(openfile->current, openfile->current_x); } -/* Backspace over one character. */ +/* Backspace over one character. That is, move the cursor left one + * character, and then delete the character there. */ void do_backspace(void) { if (openfile->current != openfile->fileage ||