remove erroneous #ifdefs
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3647 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
a6a06a99af
commit
8d42a3bfaa
|
@ -1378,12 +1378,10 @@ int do_input(bool *meta_key, bool *func_key, bool *s_or_t, bool
|
||||||
case NANO_XOFF_KEY:
|
case NANO_XOFF_KEY:
|
||||||
statusbar(_("XOFF ignored, mumble mumble"));
|
statusbar(_("XOFF ignored, mumble mumble"));
|
||||||
break;
|
break;
|
||||||
#ifndef NANO_TINY
|
|
||||||
case NANO_SUSPEND_KEY:
|
case NANO_SUSPEND_KEY:
|
||||||
if (ISSET(SUSPEND))
|
if (ISSET(SUSPEND))
|
||||||
do_suspend(0);
|
do_suspend(0);
|
||||||
break;
|
break;
|
||||||
#endif
|
|
||||||
/* Handle the normal edit window shortcuts, setting
|
/* Handle the normal edit window shortcuts, setting
|
||||||
* ran_func to TRUE if we try to run their associated
|
* ran_func to TRUE if we try to run their associated
|
||||||
* functions and setting finished to TRUE to indicate
|
* functions and setting finished to TRUE to indicate
|
||||||
|
|
Loading…
Reference in New Issue