nano

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

commit 38f70a5edd5a17a26e7525c17cccaf507bd56d1a
parent 7866cd3ef7f9e3794a0173feecadbe09d378a37d
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Tue, 19 Jul 2005 18:46:02 +0000

comment fix


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2901 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

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

diff --git a/src/winio.c b/src/winio.c @@ -533,7 +533,7 @@ int parse_kbinput(WINDOW *win, bool *meta_key, bool *func_key break; case 2: /* Two escapes followed by one or more decimal - * digits: byte sequence mode. If the word + * digits: byte sequence mode. If the byte * sequence's range is limited to 2XX (the first * digit is in the '0' to '2' range and it's the * first digit, or it's in the '0' to '9' range and