On 2025-01-08 08:15, Angelo Graziosi wrote:
Just for completeness,
I tested also the last master on MinTTY which has
$ echo $TERM
xterm
but the mouse is not supported if I do not add these lines
(require 'mouse)
(require 'mwheel)
(unless window-system
(xterm-mouse-mode t)
(mouse-wheel-mode t))
to the init.el file.
Is this to be expected?
Yes, this is expected. MinTTY is not know to support OSC52 (copy /
paste interaction with the OS), so the mouse is not automatically
enabled.
Note that I would expect you