]> git.eshelyaron.com Git - emacs.git/commit
Amend Follow Mode to handle header lines and tab lines correctly
authorAlan Mackenzie <acm@muc.de>
Sun, 7 Nov 2021 20:44:46 +0000 (20:44 +0000)
committerAlan Mackenzie <acm@muc.de>
Sun, 7 Nov 2021 20:44:46 +0000 (20:44 +0000)
commit0c51db6bb19c0142fc0d866a7257e21de83374f3
tree3b5bc0dd4ce9e84802bcf2c7fc7282b4cd701a39
parent261367781b8f4dcbd58fff2f7a99cd8fb4581e65
Amend Follow Mode to handle header lines and tab lines correctly

This fixes bug #51590.

list/follow.el (follow-scroll-down): Incorporate the height of the tab line
into the calculation of the window height.
(follow-calc-win-end): Incorporate the pixel heights of the header line and
the tab line the calculation of the buffer position of the bottom screen line.
lisp/follow.el