]> git.eshelyaron.com Git - emacs.git/commit
Fix dragging mode line on text terminals with a mouse (bug#67457)
authorJared Finder <jared@finder.org>
Sat, 9 Dec 2023 08:17:05 +0000 (10:17 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 9 Dec 2023 19:14:03 +0000 (20:14 +0100)
commitb0b48dde0bccad6d04009b8347f9eb51a0bfbe7d
tree53099c1fef61484c01c4be74464578d1e1d77894
parent2126e638662a5b936e5095321709a007571cbf55
Fix dragging mode line on text terminals with a mouse (bug#67457)

* lisp/xt-mouse.el (xterm-mouse-translate-1): Fix the 'event-kind'
property of mouse-movement symbols emitted by xt-mouse.
* lisp/term/linux.el (terminal-init-linux): Call 'gpm-mouse-mode'
to set up the terminal for the mouse, if needed.
lisp/term/linux.el
lisp/xt-mouse.el