]> git.eshelyaron.com Git - emacs.git/commit
Continue work on R2L paragraphs in GUI sessions.
authorEli Zaretskii <eliz@gnu.org>
Sat, 17 Apr 2010 09:46:44 +0000 (12:46 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 17 Apr 2010 09:46:44 +0000 (12:46 +0300)
commit8fccb1179b7e25ddd8f6b0ed74fadc7bb4940a3c
treed53f368dfe4d571147bda495c743a5bc4960f933
parentf951a50681995aa58a427f0be801c682df6e5baa
Continue work on R2L paragraphs in GUI sessions.

 xdisp.c (set_cursor_from_row): Don't be fooled by truncated
 rows: don't treat them as having zero-width characters.  Improve
 comments.
 (extend_face_to_end_of_line): Use window_box_width to compute the
 width of the stretch glyph, to account for margins.  If this is
 the last glyph row, use DEFAULT_FACE_ID, to avoid painting the
 rest of the window with the region face.
src/ChangeLog
src/xdisp.c