mirror of
git://git.sv.gnu.org/nano.git
synced 2025-02-19 23:04:32 +03:00
tweaks: correct a comment
The maximum length was increased two weeks ago, in commit 4dcbd40c.
This commit is contained in:
parent
5a98a51173
commit
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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user