]> git.eshelyaron.com Git - emacs.git/commit
Fix automatic hscrolling of only the current line
authorEli Zaretskii <eliz@gnu.org>
Sat, 20 May 2017 07:32:58 +0000 (10:32 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 20 May 2017 07:32:58 +0000 (10:32 +0300)
commit1cbbecee66617a232d6ed361f842128564599e70
tree5aad7c7c353ab174d40cf218cd2fe9d98bef3303
parent7d00410af69b3cbbf0e8fc9765f3bf9f5616286d
Fix automatic hscrolling of only the current line

* src/xdisp.c (display_line): When hscrolling only the current
line, increment iterator's first_visible_x and last_visible_x
values to account for the hscroll.  This propagates the hscroll
effect on the iterator geometry all the way down to the
subroutines called by display_line, and avoids scrolling bugs
under large hscroll values.  (Bug#26994)
src/xdisp.c