[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Why have you disable mouse on TTY builds?
From: |
Eli Zaretskii |
Subject: |
Re: Why have you disable mouse on TTY builds? |
Date: |
Sun, 05 Jan 2025 09:32:08 +0200 |
> Date: Sun, 5 Jan 2025 01:02:10 +0100
> From: Angelo Graziosi <angelo.g0@libero.it>
>
> Few weeks ago I built Emacs master for TTY om MSYS2 and without any
> settings in the init.el file Emacs and mouse worked on Windows Terminal.
> Few minutes ago I did another TTY build and mouse stopped to work. I had
> to read this
>
> (require 'mouse)
> (require 'mwheel)
> (unless window-system
> (xterm-mouse-mode t)
> (mouse-wheel-mode t))
>
> to the init.el..
>
> WHY?
Which revision did you build? There were some changes lately
regarding xterm-mouse turned on by default, which could have affected
that, so it is important to know whether you build before or after
those changes.
Please, whenever you report a problem with Emacs, always provide the
information collected by report-emacs-bug. That information is
important to quickly and efficiently investigate your reports.
- Why have you disable mouse on TTY builds?, Angelo Graziosi, 2025/01/04
- Re: Why have you disable mouse on TTY builds?, Angelo Graziosi, 2025/01/04
- Re: Why have you disable mouse on TTY builds?,
Eli Zaretskii <=
- Re: Why have you disable mouse on TTY builds?, Angelo Graziosi, 2025/01/05
- Re: Why have you disable mouse on TTY builds?, Eli Zaretskii, 2025/01/05
- Re: Why have you disable mouse on TTY builds?, Angelo Graziosi, 2025/01/05
- Re: Why have you disable mouse on TTY builds?, Eli Zaretskii, 2025/01/05
- Re: Why have you disable mouse on TTY builds?, Jared Finder, 2025/01/05
- Re: Why have you disable mouse on TTY builds?, Angelo Graziosi, 2025/01/08
- Re: Why have you disable mouse on TTY builds?, Jared Finder, 2025/01/08
- Re: Why have you disable mouse on TTY builds?, Jared Finder, 2025/01/08
- Re: Why have you disable mouse on TTY builds?, Eli Zaretskii, 2025/01/09
- Re: Why have you disable mouse on TTY builds?, Jared Finder, 2025/01/13