fix breakage
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3632 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
f102208c05
commit
2d0d60b796
|
@ -525,7 +525,7 @@ int parse_kbinput(WINDOW *win, bool *meta_key, bool *func_key)
|
||||||
|
|
||||||
/* If the escape sequence is unrecognized and
|
/* If the escape sequence is unrecognized and
|
||||||
* not ignored, throw it out. */
|
* not ignored, throw it out. */
|
||||||
if (retval == ERR && *ignore_seq == FALSE) {
|
if (retval == ERR && !ignore_seq) {
|
||||||
if (win == edit)
|
if (win == edit)
|
||||||
statusbar(_("Unknown Command"));
|
statusbar(_("Unknown Command"));
|
||||||
beep();
|
beep();
|
||||||
|
|
Loading…
Reference in New Issue