]> git.eshelyaron.com Git - emacs.git/commit
Make pixel-wise scrolling less laggy
authorTak Kunihiro <tkk@misasa.okayama-u.ac.jp>
Sun, 7 Jan 2018 07:17:09 +0000 (09:17 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 7 Jan 2018 07:17:09 +0000 (09:17 +0200)
commit1dfc27576afe558da781b2d5f4845ca242dce3cc
tree5b09513567fcbfbdabfb24708cb48732b1313c99
parentf92264fc2acf3af3f98ebefa5ef0e1d4e9be4b80
Make pixel-wise scrolling less laggy

* lisp/pixel-scroll.el (pixel-dead-time, pixel-last-scroll-time):
New variables.
(pixel-scroll-up, pixel-scroll-down): Invoke 'scroll-up' or
'scroll-down' when called within 'pixel-dead-time'.  (Bug#29737)
lisp/pixel-scroll.el