; Revert "Guard terminal par. in XTerm mouse mode"
This reverts commit d4e15492f7
.
Since emacs-25 should only contain regression fixes and doc fixes, this
commit was moved to the master branch.
This commit is contained in:
parent
39809036d3
commit
f6da597376
1 changed files with 1 additions and 5 deletions
|
@ -70,11 +70,7 @@ http://invisible-island.net/xterm/ctlseqs/ctlseqs.html)."
|
|||
(cond
|
||||
((null event) nil) ;Unknown/bogus byte sequence!
|
||||
(is-down
|
||||
(setf (terminal-parameter nil 'xterm-mouse-last-down)
|
||||
;; EVENT might be handed back to the input queue, which
|
||||
;; might modify it. Copy it into the terminal parameter
|
||||
;; to guard against that.
|
||||
(copy-sequence event))
|
||||
(setf (terminal-parameter nil 'xterm-mouse-last-down) event)
|
||||
vec)
|
||||
(is-move vec)
|
||||
(t
|
||||
|
|
Loading…
Add table
Reference in a new issue