From 3233e9cfe02ff2283b515d968440b503449536ac Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sun, 12 Jan 2020 11:11:50 +0100 Subject: [PATCH] tweaks: correct a comment The maximum length was increased two weeks ago, in commit 4dcbd40c. --- src/winio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/winio.c b/src/winio.c index 43925289..221995fb 100644 --- a/src/winio.c +++ b/src/winio.c @@ -1292,7 +1292,7 @@ int parse_escape_sequence(WINDOW *win, int kbinput) { int retval, *sequence, length, consumed; - /* Put back the non-escape code, then grab at most five integers + /* Put back the non-escape code, then grab at most six integers * (the longest possible escape sequence) from the keybuffer and * translate the sequence into its corresponding keycode. */ put_back(kbinput);