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: Sun, 5 Jan 2025 13:12:43 +0100
User-agent: Mozilla Thunderbird



Il 05/01/2025 12:10, Eli Zaretskii ha scritto:


In Windows Terminal the mouse support worked.

Can you tell more about the terminal you are using?  How do you start
this terminal, and what program does it run?

Also, does it set TERM to some value, and if so, to which value?

Windows Terminal is called in this way, it is https://github.com/microsoft/terminal/releases/tag/v1.22.3232.0

and one gets

$ echo $TERM
xterm-256color

BTW, I reinstalled the previous TTY build (pure MSYS2),

GNU Emacs 31.0.50 (build 1, x86_64-pc-cygwin) of 2024-12-20


and it works with mouse settings commented out in init.el

;;(require 'mouse)
    ;;(require 'mwheel)
    ;;(unless window-system
    ;;(xterm-mouse-mode t)
    ;;(mouse-wheel-mode t))

The same does not work with current master build for TTY.





reply via email to

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