Fix bug #11094 with cursor display on display string after invisible text.
commit70f4d9736b7aa878f54530523c281e9db67bf778
authorEli Zaretskii <eliz@gnu.org>
Mon, 9 Apr 2012 08:00:08 +0000 (9 11:00 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 9 Apr 2012 08:00:08 +0000 (9 11:00 +0300)
tree627223db0b76767ac6979f3189d899622f872a13
parente5fcdb5e920e0e07df77ff28e7a5dcd2d4f193fa
Fix bug #11094 with cursor display on display string after invisible text.

 src/xdisp.c (set_cursor_from_row): If the display string appears in
 the buffer at position that is closer to point than the position
 after the display string, display the cursor on the first glyph of
 the display string.  Fixes cursor display when a 'display' text
 property immediately follows invisible text.
src/ChangeLog
src/xdisp.c