more comment fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3510 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2006-05-13 15:03:09 +00:00
parent f70eca06be
commit a01f131960
1 changed files with 2 additions and 1 deletions

View 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;