tweaks: adjust indentation after the previous commit
parent
194d18586c
commit
e771503ee5
|
@ -506,9 +506,9 @@ int parse_kbinput(WINDOW *win)
|
|||
meta_key = TRUE;
|
||||
retval = tolower(keycode);
|
||||
} else
|
||||
/* Three escapes followed by a non-escape, and no
|
||||
* other codes are waiting: normal input mode. */
|
||||
retval = keycode;
|
||||
/* Three escapes followed by a non-escape, and no
|
||||
* other codes are waiting: normal input mode. */
|
||||
retval = keycode;
|
||||
} else
|
||||
/* Three escapes followed by a non-escape, and more
|
||||
* codes are waiting: combined control character and
|
||||
|
|
Loading…
Reference in New Issue