tweaks: correct a comment

The maximum length was increased two weeks ago, in commit 4dcbd40c.
This commit is contained in:
Benno Schulenberg 2020-01-12 11:11:50 +01:00
parent 5a98a51173
commit 3233e9cfe0
1 changed files with 1 additions and 1 deletions

View File

@ -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);