NANO_VERBATIM_KEY
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3184
35c25a1d-7b9e-4130-9fde-
d3aeb78583b8
(DLR)
- nano.h:
- Readd MIN_EDITOR_COLS #define. (DLR)
+- prompt.c:
+ do_statusbar_input()
+ - Fix misplaced break when handling NANO_VERBATIM_KEY. (DLR)
- rcfile.c:
do_rcfile()
- Remove unneeded assert. (DLR)
*finished = TRUE;
}
}
- break;
}
+ break;
/* Handle the normal statusbar prompt shortcuts, setting
* ran_func to TRUE if we try to run their associated
* functions and setting finished to TRUE to indicate