]> git.eshelyaron.com Git - emacs.git/commit
Make pixel scrolling faster
authorPo Lu <luangruo@yahoo.com>
Wed, 1 Dec 2021 01:33:35 +0000 (09:33 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 1 Dec 2021 01:35:10 +0000 (09:35 +0800)
commit034d8a3ea8437a6ef88d33275e2a5818380afd74
treecc2b55d508c850f65676f192fc08e69304a11705
parentaa0162ddfa30842a6dc5d5eebfae8f77aa7b15b9
Make pixel scrolling faster

* lisp/pixel-scroll.el (pixel-scroll-precision-scroll-down): Get
rid of big motion loop.
(pixel-scroll-precision-scroll-up): Stop subtracting height of
window lines.
lisp/pixel-scroll.el