nano

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

commit f1982f01d11cbb28c216267e24ef9b4baaf753fe
parent e3e3128629744b695f72fd22566c46da891fbaf1
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Sun, 10 Dec 2006 17:57:09 +0000

still more comment fixes


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3992 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 @@ -63,7 +63,7 @@ void do_mark(void) } #endif /* !NANO_TINY */ -/* Delete one character. */ +/* Delete the character under the cursor. */ void do_delete(void) { bool do_refresh = FALSE;