git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3808 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
David Lawrence Ramsey 2006-07-23 18:00:50 +00:00
parent 5370b0cd19
commit 8a72370040
1 changed files with 1 additions and 1 deletions

View File

@ -1197,7 +1197,7 @@ int parse_escape_seq_kbinput(WINDOW *win, int kbinput)
/* If we got an unrecognized escape sequence, and it's not ignored,
* throw it out. */
if (retval == ERR && !ignore_seq) {
if (win == edit)
if (win == edit) {
statusbar(_("Unknown Command"));
beep();
}