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:
Philip Kaludercic 2026-08-16 19:26:43 +02:00
parent 91a630245f
commit ced4d70ee0
No known key found for this signature in database

View file

@ -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
(rx string-start
(or "Konsole"
"VTE"
"WezTerm"
;; "XTerm" ;Disabled because OSC52 support is opt-in only.
"iTerm2" ;OSC52 support has opt-in/out UI on first usage