nano

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

commit 7dc14e81d7e2526e35e777b4167e9ecba19e35f0
parent 4dbcc3cd9e42f02e9e077a65634664fa37a0b662
Author: Chris Allegretta <chrisa@asty.org>
Date:   Sat,  5 Aug 2000 16:03:19 +0000

Fixed getting locked into cutbuffer on cutting first line of file


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

Diffstat:
MChangeLog | 3+++
Mcut.c | 2+-
Mpo/nano.pot | 2+-
3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,4 +1,7 @@ CVS code +- cut.c: + do_cut_text() + - Fixed getting locked into cutbuffer on cutting first line of file. - nano.c: main() - Changed tabsize long arg to actually accept an argument *sigh*. diff --git a/cut.c b/cut.c @@ -223,8 +223,8 @@ int do_cut_text(void) totsize--; /* get the newline */ totlines--; fileptr->prev = NULL; - edit_update(fileage, CENTER); current = fileptr; + edit_update(fileage, CENTER); } else { add_to_cutbuffer(fileptr); fileage = make_new_node(NULL); diff --git a/po/nano.pot b/po/nano.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2000-08-04 11:48-0400\n" +"POT-Creation-Date: 2000-08-05 12:07-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n"