diff options
author | Olaf Rogalsky <olaf.rogalsky@gmail.com> | 2015-03-24 21:04:00 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2015-03-24 21:04:00 -0400 |
commit | c2385c6f36d346d6524a4119109f52d4fd975244 (patch) | |
tree | 70d917cbe59b248222db3ec1d30a9ab51b3d9f61 /etc | |
parent | b28753b55ce83215b15661d16bfbafe3c8964b2a (diff) | |
download | emacs-c2385c6f36d346d6524a4119109f52d4fd975244.tar.gz |
* lisp/xt-mouse.el: Add mouse-tracking support.
Fixes: debbugs:19416
* lisp/xt-mouse.el: Add mouse-tracking support.
(xterm-mouse-translate-1): Handle mouse-movement events.
(xterm-mouse--read-event-sequence-1000)
(xterm-mouse--read-event-sequence-1006): Delete functions.
(xterm-mouse--read-event-sequence): New function that handles both at
the same time. Handle mouse-movements.
(xterm-mouse--read-utf8-char, xterm-mouse--read-number-from-terminal):
New functions.
(xterm-mouse-event): Simplify.
(xterm-mouse-tracking-enable-sequence)
(xterm-mouse-tracking-disable-sequence): Enable mouse tracking.
* lisp/mouse.el (mouse-drag-line): Also ignore `vertical-line' prefix events.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -217,6 +217,8 @@ Unicode standards. * Changes in Specialized Modes and Packages in Emacs 25.1 +** xterm-mouse-mode now supports mouse-tracking (if your xterm supports it). + ** package.el *** `package-install-from-buffer' and `package-install-file' work on directories. This follows the same rules as installing from a .tar file, except the |