* etc/NEWS: Document the recent xterm.el change for \e[29~
This commit is contained in:
parent
55e77a811a
commit
692da8c6a8
1 changed files with 6 additions and 0 deletions
6
etc/NEWS
6
etc/NEWS
|
@ -3128,6 +3128,12 @@ directory instead of the default directory.
|
|||
** 'project-shell' and 'shell' now use 'pop-to-buffer-same-window'.
|
||||
This is to keep the same behavior as Eshell.
|
||||
|
||||
** The escape sequence '\e[29~' in Xterm is now mapped to 'menu'.
|
||||
Xterm sends this sequence for both 'F16' and 'Menu' keys
|
||||
It used to be mapped to 'print' but we couldn't find a terminal
|
||||
that uses this sequence for any kind of 'Print' key.
|
||||
This makes the Menu key (see https://en.wikipedia.org/wiki/Menu_key)
|
||||
work for `context-menu-mode` in Xterm.
|
||||
|
||||
* Incompatible Lisp Changes in Emacs 28.1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue