diff options
| author | Olaf Rogalsky | 2015-03-24 21:04:00 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2015-03-24 21:04:00 -0400 |
| commit | c2385c6f36d346d6524a4119109f52d4fd975244 (patch) | |
| tree | 70d917cbe59b248222db3ec1d30a9ab51b3d9f61 /etc | |
| parent | b28753b55ce83215b15661d16bfbafe3c8964b2a (diff) | |
| download | emacs-c2385c6f36d346d6524a4119109f52d4fd975244.tar.gz emacs-c2385c6f36d346d6524a4119109f52d4fd975244.zip | |
* 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. | |||
| 217 | 217 | ||
| 218 | 218 | ||
| 219 | * Changes in Specialized Modes and Packages in Emacs 25.1 | 219 | * Changes in Specialized Modes and Packages in Emacs 25.1 |
| 220 | ** xterm-mouse-mode now supports mouse-tracking (if your xterm supports it). | ||
| 221 | |||
| 220 | ** package.el | 222 | ** package.el |
| 221 | *** `package-install-from-buffer' and `package-install-file' work on directories. | 223 | *** `package-install-from-buffer' and `package-install-file' work on directories. |
| 222 | This follows the same rules as installing from a .tar file, except the | 224 | This follows the same rules as installing from a .tar file, except the |