nano

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

commit 20d3cb0614b9de5e5c9966c8bdb5e4faf585ca8d
parent 47daf0279d90b291f60e26682cb053b010f1ccf7
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Mon, 29 Aug 2005 18:51:27 +0000

fix credits length


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

Diffstat:
Msrc/winio.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/winio.c b/src/winio.c @@ -4179,7 +4179,7 @@ void dump_filestruct_reverse(void) #endif /* DEBUG */ #ifdef NANO_EXTRA -#define CREDIT_LEN 53 +#define CREDIT_LEN 54 #define XLCREDIT_LEN 8 /* Easter egg: Display credits. Assume nodelay(edit) and scrollok(edit)