From f1c7858c5794a13b19b36884bb5ac5db019005f7 Mon Sep 17 00:00:00 2001 From: Jared Finder Date: Wed, 1 Jan 2025 23:04:23 -0800 Subject: [PATCH 2/2] Modifier keys and double clicks work correctly * lisp/xt-mouse.el (xterm-mouse-mode): Update comment. --- lisp/xt-mouse.el | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/lisp/xt-mouse.el b/lisp/xt-mouse.el index c390788ecd3..b9288bde6b6 100644 --- a/lisp/xt-mouse.el +++ b/lisp/xt-mouse.el @@ -371,12 +371,10 @@ xterm-mouse-mode-called (define-minor-mode xterm-mouse-mode "Toggle XTerm mouse mode. -Turn it on to use Emacs mouse commands, and off to use xterm mouse commands. -This works in terminal emulators compatible with xterm. It only -works for simple uses of the mouse. Basically, only non-modified -single clicks are supported. When turned on, the normal xterm -mouse functionality for such clicks is still available by holding -down the SHIFT key while pressing the mouse button." +Turn it on to use Emacs mouse commands, and off to use xterm mouse +commands. This works in terminal emulators compatible with xterm. When +turned on, the normal xterm mouse functionality for such clicks is still +available by holding down the SHIFT key while pressing the mouse button." :global t :group 'mouse :version "31.1" (setq xterm-mouse-mode-called t) -- 2.39.5