emacs-31 ced4d70ee01: Add "VTE" to list of auto-enabled xterm-mouse-mode terminals
Philip Kaludercic <[email protected]>
| Newsgroups | gmane.emacs.diffs |
|---|---|
| Message-ID | <[email protected]> |
branch: emacs-31 commit ced4d70ee011151867f15b70cb0ac360375a06e2 Author: Philip Kaludercic <[email protected]> Commit: Philip Kaludercic <[email protected]> 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) --- lisp/term/xterm.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/term/xterm.el b/lisp/term/xterm.el index 60a992a7e7b..3bef88d5010 100644 --- a/lisp/term/xterm.el +++ b/lisp/term/xterm.el @@ -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