nano

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

commit 345a8467aecaeb924211e137e34abf97d9c66c0f
parent d17519321ec9bcb426ce17e85e9939c5fcf5e19b
Author: Jordi Mallach <jordi@gnu.org>
Date:   Mon,  7 Jan 2002 11:35:16 +0000

Fixed --keypad description.


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

Diffstat:
MChangeLog | 3+++
Mnano.c | 2+-
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,4 +1,7 @@ CVS code - +- nano.c: + usage() + - Remove extra \n in --keypad description (Jordi). nano-1.1.5 - 01/05/2002 - General diff --git a/nano.c b/nano.c @@ -495,7 +495,7 @@ void usage(void) #ifdef ENABLE_MULTIBUFFER printf(_(" -F Enable multiple file buffers\n")); #endif - printf(_(" -K Use alternate keypad routines\n\n")); + printf(_(" -K Use alternate keypad routines\n")); #ifndef NANO_SMALL printf(_(" -M Write file in Mac format\n")); #endif