nano

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

commit 795be590d50c68dd68015f2a33c6df75dd10a171
parent 3aad8ab9aa7abd8ea035b33d1f601803145bdc9c
Author: Chris Allegretta <chrisa@asty.org>
Date:   Sat,  7 Nov 2009 16:56:17 +0000

2009-11-07 Chris Allegretta <chrisa@asty.org>
        * nano.h - Add bogus value at begin of flags enumeration because it
          causes casesens rcfile option to misbehave, reported by Helmut 
          Jarausch <jarausch@igpm.rwth-aachen.de>



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

Diffstat:
MChangeLog | 5+++++
Msrc/nano.h | 1+
2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,8 @@ +2009-11-07 Chris Allegretta <chrisa@asty.org> + * nano.h - Add bogus value at begin of flags enumeration because it + causes casesens rcfile option to misbehave, reported by Helmut + Jarausch <jarausch@igpm.rwth-aachen.de> + 2009-11-03 Chris Allegretta <chrisa@asty.org> * nano.h - Fix comma at end of enumerator list which angers -pedantic. * rcfile.c - Add in specific check for UNDOABLE and fix declaration as diff --git a/src/nano.h b/src/nano.h @@ -457,6 +457,7 @@ typedef struct subnfunc { * definitions. */ enum { + DONTUSE, CASE_SENSITIVE, CONST_UPDATE, NO_HELP,