From 1bc9219bebe155205c416db2aff6284811bdbf45 Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Tue, 3 Feb 2004 17:36:55 +0000
Subject: [PATCH] one last minor comment fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1645 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 src/winio.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/winio.c b/src/winio.c
index e45eb580..9e6167d6 100644
--- a/src/winio.c
+++ b/src/winio.c
@@ -62,8 +62,8 @@ char *get_verbatim_kbinput(WINDOW *win, int *kbinput_len,
 
     /* Turn the keypad off so that we don't get extended keypad values,
      * all of which are outside the ASCII range, and switch to raw mode
-     * so that we can type ^C, ^Q, ^S, ^Z, and ^\ without getting
-     * interrupts. */
+     * so that we can type ^C, ^Q, ^S, ^Z, and ^\ (and ^Y on the Hurd)
+     * without getting interrupts. */
     keypad(win, FALSE);
 #ifdef _POSIX_VDISABLE
     raw();
-- 
GitLab