From: David Lawrence Ramsey Date: Sat, 13 May 2006 15:03:09 +0000 (+0000) Subject: more comment fixes X-Git-Tag: v1.3.12~170 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=a01f131960bd65405011897cb1610e1b4adeeebf;p=nano.git more comment fixes git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3510 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/src/winio.c b/src/winio.c index 03b0f286..955c93b8 100644 --- 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;