1
1
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3580 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Этот коммит содержится в:
David Lawrence Ramsey 2006-05-27 15:18:05 +00:00
родитель e2afdbb14b
Коммит 9a5139e9d3

Просмотреть файл

@ -292,6 +292,9 @@ CVS code -
parse_escape_seq_kbinput() parse_escape_seq_kbinput()
- New function used to interpret escape sequences, formerly part - New function used to interpret escape sequences, formerly part
of parse_kbinput(). (DLR) 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() get_control_kbinput()
- Add Ctrl-/ as an alias for Ctrl-_. (DLR, found by Benno - Add Ctrl-/ as an alias for Ctrl-_. (DLR, found by Benno
Schulenberg) Schulenberg)