]> git.eshelyaron.com Git - emacs.git/commit
Linux console: don't translate ESC TAB to `backtab' in input-decode-map.
authorAlan Mackenzie <acm@muc.de>
Sun, 8 May 2022 11:39:45 +0000 (11:39 +0000)
committerAlan Mackenzie <acm@muc.de>
Sun, 8 May 2022 11:39:45 +0000 (11:39 +0000)
commit1d012e0a621f9cf99048f57130144275b9025d1c
tree12ac5db012101035c21492b7458e7496f1843e9b
parente683b08b3fbbc1692e0053699c5cf2b7cbc803f6
Linux console: don't translate ESC TAB to `backtab' in input-decode-map.

This translation happened after the terminfo entry for <shift>TAB in the linux
section was changed to kcbt=\E^I in ncurses version 6.3.

* lisp/term/linux.el (terminal-init-linux): Add a define-key form to remove
the entry for "\e\t" from input-decode-map.

* etc/PROBLEMS: Add a new section under "character terminals" about S-TAB
wrongly doing the same thing as M-TAB, giving tips about amending the Linux
keyboard layout.
etc/PROBLEMS
lisp/term/linux.el