]> git.eshelyaron.com Git - emacs.git/commitdiff
* etc/NEWS: Document the recent xterm.el change for `\e[29~`
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 28 Aug 2021 14:25:16 +0000 (10:25 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sat, 28 Aug 2021 14:25:16 +0000 (10:25 -0400)
etc/NEWS

index 246c89759f811342fe4019261077748f3ac35690..2adcc6f4a7bae1d7c5ba20eb6c70f08303d6d43d 100644 (file)
--- a/etc/NEWS
+++ b/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.
 \f
 * Incompatible Lisp Changes in Emacs 28.1