diff --git a/src/winio.c b/src/winio.c index 7e3d69c0..cc80c7b3 100644 --- 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