nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 9a5139e9d395504814a8a996a434e3471ed57b6b
parent e2afdbb14b30f6b5c441bf28ce2336aa0e8ad14a
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Sat, 27 May 2006 15:18:05 +0000

add missing changelog entry


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3580 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
MChangeLog | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git 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)