nano

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

commit 84d22e3f53eab57f38139d1e86706ed337c11335
parent 89eb5a96fb540698f7508069bb5f6973d2afea0a
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Wed,  8 Nov 2006 13:05:50 +0000

cosmetic fixes


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

Diffstat:
Msrc/text.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/text.c b/src/text.c @@ -150,7 +150,7 @@ void do_delete(void) } /* Backspace over one character. That is, move the cursor left one - * character, and then delete the character there. */ + * character, and then delete the character under the cursor. */ void do_backspace(void) { if (openfile->current != openfile->fileage ||