]> code.delx.au - gnu-emacs/commit
Fix cursor motion at end of line that ends with a composite character.
authorEli Zaretskii <eliz@gnu.org>
Sat, 24 Apr 2010 11:07:27 +0000 (14:07 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 24 Apr 2010 11:07:27 +0000 (14:07 +0300)
commita49884a673bcdd1c7d7fb4c4bfd9393440436ff4
treedfffc63248620f7e71a50119ffed761449bb3cc5
parent76db6fccee00ddc2584cbe6f0cdcd0bb11e884f6
Fix cursor motion at end of line that ends with a composite character.

 xdisp.c (display_line): Use `reseat' instead of `reseat_1', and
 use `get_next_display_element' and `set_iterator_to_next' to
 advance to the next character, when looking for the character that
 begins the next row.
src/ChangeLog
src/xdisp.c