]> git.eshelyaron.com Git - emacs.git/commit
Allow term-mode to send function keys to the underlying shell
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 8 May 2022 13:03:59 +0000 (15:03 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 8 May 2022 13:04:36 +0000 (15:04 +0200)
commit33141b51c3121b93f625c76b996b17ec8de97419
tree0c10d0a05c3f3f92d7b171748664996a91ecb0b0
parent4b20ae908bc82d1f0d9e5bc9740a32572ed15018
Allow term-mode to send function keys to the underlying shell

* lisp/term.el (term-bind-function-keys): New user option.
(term-raw-map): Bind f keys.
(term-send-function-key): Send the function key to the underlying
shell (bug#29920).
etc/NEWS
lisp/term.el