nano

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

commit c130297a79791bd05c2b283f5cc3178cb9079a52
parent 321590a59d283b137b1e77bf57afe58deff7bccc
Author: Chris Allegretta <chrisa@asty.org>
Date:   Sun, 10 Dec 2000 06:07:01 +0000

More totsize :P


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

Diffstat:
Mnano.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/nano.c b/nano.c @@ -1033,7 +1033,6 @@ int do_backspace(void) if (strcmp(current->data, "")) { new_magicline(); fix_editbot(); - totsize++; } }