]> git.eshelyaron.com Git - emacs.git/commit
Improve touch screen scrolling support
authorPo Lu <luangruo@yahoo.com>
Fri, 21 Jul 2023 06:22:54 +0000 (14:22 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 21 Jul 2023 06:22:54 +0000 (14:22 +0800)
commit5d89602e290770d699d2dba860e4b5119fe0a30c
treeeb25db965c0564eb6599a7f563064eb8d98500eb
parente1761019a99f80b22f63e94be10ab1a5722d01b2
Improve touch screen scrolling support

* lisp/touch-screen.el (touch-screen-preview-select): Avoid
unnecessary redisplays.
(touch-screen-drag): Scroll at window margins using window
scrolling functions instead of relying on redisplay to recenter
the window around point.
lisp/touch-screen.el