nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 8a723700404cbe05316c3f3e7586659dc83cd660
parent 5370b0cd194284abb351f1c36619064cb9a3afc3
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Sun, 23 Jul 2006 18:00:50 +0000

typo fix


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3808 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
Msrc/winio.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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(); }