nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 3233e9cfe02ff2283b515d968440b503449536ac
parent 5a98a511735a6ffec4057c91019336094488d8e3
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Sun, 12 Jan 2020 11:11:50 +0100

tweaks: correct a comment

The maximum length was increased two weeks ago, in commit 4dcbd40c.

Diffstat:
Msrc/winio.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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);