]> git.eshelyaron.com Git - emacs.git/commit
Fix cursor position under scroll-conservatively and overlay strings
authorEli Zaretskii <eliz@gnu.org>
Mon, 8 Aug 2016 15:15:55 +0000 (18:15 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 8 Aug 2016 15:15:55 +0000 (18:15 +0300)
commit9fc22fb932599fe4fecffffa920abe509ab5cbb0
tree96b2bd8d9348ebcc2f817b5cb683030838587324
parente2b7fe4e5ad532085d8f3a0227be9f37d7f8e1a7
Fix cursor position under scroll-conservatively and overlay strings

* src/xdisp.c (try_scrolling): Handle the case where the last
visible screen line of a window displays a before- or after-string
that takes up the whole screen line, and therefore there's no
place to display the cursor, even though the window does seem to
include the position of point.  (Bug#24179)
src/xdisp.c