]> git.eshelyaron.com Git - emacs.git/commit
Improve upwards pixel scrolling for large images
authorPo Lu <luangruo@yahoo.com>
Tue, 30 Nov 2021 12:35:11 +0000 (20:35 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 30 Nov 2021 12:36:43 +0000 (20:36 +0800)
commitb79d779ae839d0484b24967b4753df9e9b85f614
tree001ea2497f58d2b49cd6f032f6e11a48c6a0786d
parent68c09c6b741be5005b90152c59e781cb0f80704d
Improve upwards pixel scrolling for large images

This fixes most of the problem, but with a large image the
vscroll can sometimes jump about, which has to be fixed.

* lisp/pixel-scroll.el (pixel-scroll-precision-up): Handle
vscrolling large images in the first unseen line.
lisp/pixel-scroll.el