From: David Lawrence Ramsey Date: Sun, 23 Jul 2006 18:00:50 +0000 (+0000) Subject: typo fix X-Git-Tag: v1.9.99pre1~53 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=8a723700404cbe05316c3f3e7586659dc83cd660;p=nano.git typo fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3808 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/src/winio.c b/src/winio.c index fbd41698..6e0b6c47 100644 --- a/src/winio.c +++ b/src/winio.c @@ -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(); }