From: Chris Allegretta Date: Sun, 10 Dec 2000 06:07:01 +0000 (+0000) Subject: More totsize :P X-Git-Tag: v0.9.24~18 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=c130297a79791bd05c2b283f5cc3178cb9079a52;p=nano.git More totsize :P git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@403 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/nano.c b/nano.c index 8e1b79e8..886b6ccb 100644 --- a/nano.c +++ b/nano.c @@ -1033,7 +1033,6 @@ int do_backspace(void) if (strcmp(current->data, "")) { new_magicline(); fix_editbot(); - totsize++; } }