]> git.wh0rd.org Git - nano.git/commitdiff
add missing changelog entry
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 27 May 2006 15:18:05 +0000 (15:18 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 27 May 2006 15:18:05 +0000 (15:18 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3580 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog

index b2af78fa6e1de8e9c3e4bf9fc08e95a28f9af356..3a1dfc3bfccec9ac1efe4f23b8f4a3fe373de131 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -292,6 +292,9 @@ CVS code -
   parse_escape_seq_kbinput()
        - New function used to interpret escape sequences, formerly part
          of parse_kbinput(). (DLR)
+  get_byte_kbinput()
+       - Fix typo preventing Esc Esc 3 through Esc Esc 6 from being
+         interpreted as control key sequences. (DLR)
   get_control_kbinput()
        - Add Ctrl-/ as an alias for Ctrl-_. (DLR, found by Benno
          Schulenberg)