]> 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)
committerEli Zaretskii <eliz@gnu.org>
Sat, 9 Dec 2023 08:17:05 +0000 (10:17 +0200)
commit46fe7a17f53ab7026f3a11442a07233f37984456
treeb5fe80e1d3d0617896e275a9250356cccd0e1413
parent12daf386f371671e77e35f1ebb1412339624d3b9
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