]> git.wh0rd.org Git - nano.git/commitdiff
fix breakage
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 8 Jun 2006 02:05:34 +0000 (02:05 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 8 Jun 2006 02:05:34 +0000 (02:05 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3632 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/winio.c

index f0e9eb2760f1dab189444b5d4f9ad22ed3e00fa8..1ccb947aec39ec0f454541bec191c9af4e6848e4 100644 (file)
@@ -525,7 +525,7 @@ int parse_kbinput(WINDOW *win, bool *meta_key, bool *func_key)
 
                        /* If the escape sequence is unrecognized and
                         * not ignored, throw it out. */
-                       if (retval == ERR && *ignore_seq == FALSE) {
+                       if (retval == ERR && !ignore_seq) {
                            if (win == edit)
                                statusbar(_("Unknown Command"));
                            beep();