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.