nano

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

commit 775d46daf9f662eaea7060bf0910fa79509f0850
parent cac0293bce6feb61f64b686576dbb786f6141294
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Tue, 11 Jan 2005 23:08:36 +0000

comment fix


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

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

diff --git a/src/nano.c b/src/nano.c @@ -3479,8 +3479,7 @@ int do_input(bool *meta_key, bool *func_key, bool *s_or_t, bool if (have_shortcut) { switch (input) { - /* Handle the "universal" statusbar prompt shortcuts, - * setting ran_s_or_t to TRUE to indicate it. */ + /* Handle the "universal" statusbar prompt shortcuts. */ case NANO_XON_KEY: statusbar(_("XON ignored, mumble mumble.")); break;