Commit e771503e authored by David Lawrence Ramsey's avatar David Lawrence Ramsey Committed by Benno Schulenberg
Browse files

tweaks: adjust indentation after the previous commit

No related merge requests found
Showing with 3 additions and 3 deletions
+3 -3
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment