From 15dbc6ef07e1c1997e27988ab58087b6312d1c38 Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Sat, 27 Nov 2004 15:07:07 +0000
Subject: [PATCH] comment fix

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

diff --git a/src/winio.c b/src/winio.c
index b6caa518..0ee50278 100644
--- a/src/winio.c
+++ b/src/winio.c
@@ -471,14 +471,15 @@ int get_translated_kbinput(int kbinput, seq_type *seq
 			    /* Reset the escape counter. */
 			    escapes = 0;
 			    if (ascii_digits == 0)
-				/* Two escapes followed by a non-digit
-				 * or a digit that would create an ASCII
-				 * digit sequence greater than 2XX, and
-				 * we're not in the middle of an ASCII
-				 * character sequence: control character
-				 * sequence mode.  Interpret the control
-				 * sequence and save the corresponding
-				 * control character as the result. */
+				/* Two escapes followed by a non-decimal
+				 * digit or a decimal digit that would
+				 * create an ASCII digit sequence
+				 * greater than 2XX, and we're not in
+				 * the middle of an ASCII character
+				 * sequence: control character sequence
+				 * mode.  Interpret the control sequence
+				 * and save the corresponding control
+				 * character as the result. */
 				retval = get_control_kbinput(kbinput);
 			    else {
 				/* If we were in the middle of an ASCII
-- 
GitLab