unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Why have you disable mouse on TTY builds?
@ 2025-01-05  0:02 Angelo Graziosi
  2025-01-05  0:16 ` Angelo Graziosi
  2025-01-05  7:32 ` Eli Zaretskii
  0 siblings, 2 replies; 11+ messages in thread
From: Angelo Graziosi @ 2025-01-05  0:02 UTC (permalink / raw)
  To: emacs-devel

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?

Thanks,
  Angelo.



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2025-01-05 17:40 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-05  0:02 Why have you disable mouse on TTY builds? Angelo Graziosi
2025-01-05  0:16 ` Angelo Graziosi
2025-01-05  9:05   ` Eli Zaretskii
2025-01-05 10:01     ` Angelo Graziosi
2025-01-05  7:32 ` Eli Zaretskii
2025-01-05  9:58   ` Angelo Graziosi
2025-01-05 11:10     ` Eli Zaretskii
2025-01-05 12:12       ` Angelo Graziosi
2025-01-05 16:53         ` Eli Zaretskii
2025-01-05 17:35           ` Jared Finder
2025-01-05 17:40           ` Angelo Graziosi

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).