nano

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

commit d8346ffb8448cc2636ecf364a7f27df1fdb3dfd5
parent 90d6895e948b2341c54156c68bed872e7a9545ff
Author: Chris Allegretta <chrisa@asty.org>
Date:   Mon, 24 Jul 2000 15:16:02 +0000

Fix -k sets TEMP_OPT


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

Diffstat:
Mnano.h | 2+-
Mpo/nano.pot | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/nano.h b/nano.h @@ -104,8 +104,8 @@ typedef struct shortcut { #define USE_MOUSE (1<<13) #define USE_REGEXP (1<<14) #define REGEXP_COMPILED (1<<15) -#define CUT_TO_END (1<<16) #define TEMP_OPT (1<<16) +#define CUT_TO_END (1<<17) /* Control key sequences, chaning these would be very very bad */ 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-07-21 18:43-0400\n" +"POT-Creation-Date: 2000-07-24 11:21-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"