nano

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

commit 9dbd0d26c2d7eab0eb6bc0a09155aa85d5d5b6f7
parent b7d8926209fd72797a0baa75bf5dadb441a07dc0
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Sat, 13 May 2006 13:02:14 +0000

fix bad #ifdef


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

Diffstat:
Msrc/nano.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/nano.c b/src/nano.c @@ -728,8 +728,10 @@ void usage(void) print_opt("-B", "--backup", N_("Save backups of existing files")); print_opt(_("-C [dir]"), _("--backupdir=[dir]"), N_("Directory for saving unique backup files")); +#endif print_opt("-D", "--boldtext", N_("Use bold instead of reverse video text")); +#ifndef NANO_TINY print_opt("-E", "--tabstospaces", N_("Convert typed tabs to spaces")); #endif