input: support backtab when Slang and/or --rebindkeypad is used
David Lawrence Ramsey authored
The escape sequence "Esc [ Z" is a backtab on most supported terminals,
so make sure convert_sequence() treats it as such.
f66432e9
Name Last commit Last update
..
Makefile.am organization: move all history-related stuff to its own file
browser.c copyright: update some years, and standardize on the dashed format
chars.c tweaks: frob a couple of comments
color.c painting: evade an ncurses bug by adding the A_PROTECT attribute
cut.c tweaks: rename, rewrap, and reshuffle some stuff, and frob some comments
files.c tweaks: invert the logic of a variable, and rename it
global.c input: support backtab when Slang and/or --rebindkeypad is used
help.c tweaks: transform the token DISABLE_COLOR to ENABLE_COLOR
history.c history: make nano's state directory accessible for the user only
move.c copyright: update some years, and standardize on the dashed format
nano.c input: make <Ctrl+Shift+Arrow> work also when using --rebindkeypad
nano.h input: support backtab when Slang and/or --rebindkeypad is used
prompt.c tweaks: reshuffle a bit of code and elide an unneeded variable
proto.h tweaks: rewrap some lines and some comments, and trim two others
rcfile.c options: rename 'justifytrim' to 'trimblanks', because it has morphed
search.c tweaks: rename, rewrap, and reshuffle some stuff, and frob some comments
text.c text: let a Shift-selection persist when indenting and commenting
utils.c tweaks: elide the 'mark_set' boolean -- the 'mark' pointer is enough
winio.c input: support backtab when Slang and/or --rebindkeypad is used