mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
Add "VTE" to list of auto-enabled xterm-mouse-mode terminals
* lisp/term/xterm.el (xterm--auto-xt-mouse-allowed-names): Add entry to match VTE, GNOME's terminal emulation library. (Bug#74833)
This commit is contained in:
parent
91a630245f
commit
ced4d70ee0
|
|
@ -106,6 +106,7 @@ If set to `color' only the cursor color is updated. This uses the OSC
|
||||||
(defconst xterm--auto-xt-mouse-allowed-names
|
(defconst xterm--auto-xt-mouse-allowed-names
|
||||||
(rx string-start
|
(rx string-start
|
||||||
(or "Konsole"
|
(or "Konsole"
|
||||||
|
"VTE"
|
||||||
"WezTerm"
|
"WezTerm"
|
||||||
;; "XTerm" ;Disabled because OSC52 support is opt-in only.
|
;; "XTerm" ;Disabled because OSC52 support is opt-in only.
|
||||||
"iTerm2" ;OSC52 support has opt-in/out UI on first usage
|
"iTerm2" ;OSC52 support has opt-in/out UI on first usage
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue