]> git.wh0rd.org Git - nano.git/commitdiff
more comment fixes
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 13 May 2006 15:03:09 +0000 (15:03 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 13 May 2006 15:03:09 +0000 (15:03 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3510 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/winio.c

index 03b0f286e68d48885ff86cf1213362f3b941bb9e..955c93b87161b97fae1161fa450f6fe0773bf21f 100644 (file)
@@ -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;