commit e771503ee5b83816847c153889652595b144e245 parent 194d18586c41b4c4d5cb9fbf03a10d4a7945a55e Author: David Lawrence Ramsey <pooka109@gmail.com> Date: Thu, 10 Jan 2019 12:19:56 -0600 tweaks: adjust indentation after the previous commit Diffstat:
M | src/winio.c | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/winio.c b/src/winio.c @@ -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