]> git.eshelyaron.com Git - emacs.git/commit
Fix precision scrolling inside terminal buffers
authorPo Lu <luangruo@yahoo.com>
Mon, 27 Dec 2021 09:55:23 +0000 (17:55 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 27 Dec 2021 09:56:12 +0000 (17:56 +0800)
commitcaa1699264e583d9703dd47e6162c6386775915f
treefde0718c86a3e6a0d74d2043732355484e9cff0b
parentd65534d254b3965ea82a9300c12c5c07f88818b7
Fix precision scrolling inside terminal buffers

* lisp/term.el (term-goto-process-mark-maybe): Don't move point
to process mark if the event is a vertical wheel event.
lisp/term.el