From a01f131960bd65405011897cb1610e1b4adeeebf Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Sat, 13 May 2006 15:03:09 +0000 Subject: [PATCH] more comment fixes git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3510 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- src/winio.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.39.5