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