emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Why have you disable mouse on TTY builds?


From: Angelo Graziosi
Subject: Re: Why have you disable mouse on TTY builds?
Date: Wed, 8 Jan 2025 17:15:54 +0100
User-agent: Mozilla Thunderbird

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?

Ciao,
  Angelo.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]