nano

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

commit a01f131960bd65405011897cb1610e1b4adeeebf
parent f70eca06be9880d38551f0a139630a1228f07d54
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Sat, 13 May 2006 15:03:09 +0000

more comment fixes


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

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

diff --git a/src/winio.c b/src/winio.c @@ -457,7 +457,8 @@ int parse_kbinput(WINDOW *win, bool *meta_key, bool *func_key) break; #endif #ifdef KEY_SEND - /* HP-UX 10-11 doesn't support KEY_SEND. */ + /* HP-UX 10-11 and Slang don't support + * KEY_SEND. */ case KEY_SEND: retval = NANO_END_KEY; break;