nano

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

commit 66357b5462790d465abb08bb1c4d848a25f4c213
parent e29111f7ec9f26a3143150a2d8c7dd614e3ffe14
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Fri, 17 Jun 2005 19:09:18 +0000

add missing #ifdef


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2710 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 @@ -1056,8 +1056,10 @@ void usage(void) #endif print1opt(_("-T [#cols]"), _("--tabsize=[#cols]"), N_("Set width of a tab in cols to #cols")); +#ifndef NANO_SMALL print1opt("-U", _("--quickblank"), N_("Do quick statusbar blanking")); +#endif print1opt("-V", "--version", N_("Print version information and exit")); #ifdef ENABLE_COLOR