1
1
The maximum length was increased two weeks ago, in commit 4dcbd40c.
Этот коммит содержится в:
Benno Schulenberg 2020-01-12 11:11:50 +01:00
родитель 5a98a51173
Коммит 3233e9cfe0

Просмотреть файл

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