VT100/VT220/VT320/xterm/rxvt escape sequence for ',' on the numeric
keypad with NumLock off from being interpreted properly
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3029
35c25a1d-7b9e-4130-9fde-
d3aeb78583b8
the number of lines and characters in the file or selection,
as wc does. (DLR)
- winio.c:
+ get_escape_seq_kbinput()
+ - Fix typo preventing the VT100/VT220/VT320/xterm/rxvt escape
+ sequence for ',' on the numeric keypad with NumLock off from
+ being interpreted properly. (DLR)
get_word_kbinput()
- Multiply the entered digits by hexadecimal numbers instead of
decimal numbers for clarity, rename to get_unicode_kbinput(),
case 'l': /* Esc O l == ',' on numeric keypad with
* NumLock off on VT100/VT220/VT320/xterm/
* rxvt. */
- retval = '+';
+ retval = ',';
break;
case 'm': /* Esc O m == '-' on numeric keypad with
* NumLock off on VT100/VT220/VT320/xterm/