]> git.eshelyaron.com Git - emacs.git/commit
Fix cursor movement on the Linux console with certain characters
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 16 Aug 2021 12:49:19 +0000 (14:49 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 16 Aug 2021 12:49:19 +0000 (14:49 +0200)
commita3b31302dd1b7c1ffd3486b35de06c957785b919
tree100b82a278333fbb8830426c45e3b15a90df011e
parentb9243b034b9218bbc0bf6a1e12903aea008316cb
Fix cursor movement on the Linux console with certain characters

* lisp/term/linux.el (terminal-init-linux): Switch off
auto-compositions, because they confuse cursor movement on the
Linux console (bug#21363).
lisp/term/linux.el