]> git.wh0rd.org Git - nano.git/commitdiff
in get_escape_seq_kbinput(), add missing comments
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 18 Apr 2007 13:48:37 +0000 (13:48 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 18 Apr 2007 13:48:37 +0000 (13:48 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/branches/nano_2_0_branch/nano@4077 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
src/winio.c

index 7f1ad0eef1d64eea3ccc9c5a07a1b921ffc89bd3..3722111f61998005771639b7a086e1bcd5a6d4f9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,9 @@ CVS code -
   input_tab()
        - Don't bother checking if num_matches is less than zero, as
          it's a size_t and hence unsigned. (DLR)
+- winio.c:
+  get_escape_seq_kbinput()
+       - Add missing comments. (DLR)
 - doc/syntax/asm.nanorc, doc/syntax/c.nanorc, doc/syntax/sh.nanorc:
        - Copy the regex that highlights trailing whitespace from
          doc/syntax/java.nanorc to these files, as it's also useful in
index 1dd39f11ea91208665debdd176bc888602acfafb..5527557d02413d10bba3a6d154342ad867910636 100644 (file)
@@ -1087,16 +1087,16 @@ int get_escape_seq_kbinput(const int *seq, size_t seq_len)
                        break;
                    case 'A': /* Esc [ A == Up on ANSI/VT220/Linux
                               * console/FreeBSD console/Mach console/
-                              * rxvt/Eterm. */
+                              * rxvt/Eterm/Terminal. */
                    case 'B': /* Esc [ B == Down on ANSI/VT220/Linux
                               * console/FreeBSD console/Mach console/
-                              * rxvt/Eterm. */
+                              * rxvt/Eterm/Terminal. */
                    case 'C': /* Esc [ C == Right on ANSI/VT220/Linux
                               * console/FreeBSD console/Mach console/
-                              * rxvt/Eterm. */
+                              * rxvt/Eterm/Terminal. */
                    case 'D': /* Esc [ D == Left on ANSI/VT220/Linux
                               * console/FreeBSD console/Mach console/
-                              * rxvt/Eterm. */
+                              * rxvt/Eterm/Terminal. */
                        retval = get_escape_seq_abcd(seq[1]);
                        break;
                    case 'E': /* Esc [ E == Center (5) on numeric keypad