nano

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

commit 722b728a1c300b3f036e8394a193f93545b4b905
parent 97cd67c3d4b669cefe5eef258b4ff61a1ee1abab
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Mon, 24 Jul 2006 21:22:49 +0000

another cosmetic fix


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

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

diff --git a/src/winio.c b/src/winio.c @@ -374,14 +374,13 @@ int parse_kbinput(WINDOW *win, bool *meta_key, bool *func_key) * non-escape character as the result. */ *meta_key = TRUE; retval = tolower(*kbinput); - } else { + } else /* One escape followed by a non-escape, and * there are other keystrokes waiting: escape * sequence mode. Interpret the escape * sequence. */ retval = parse_escape_seq_kbinput(win, *kbinput); - } break; case 2: if (get_key_buffer_len() == 0) {