]> git.eshelyaron.com Git - emacs.git/commit
Initial implementation of display of R2L paragraphs in GUI sessions.
authorEli Zaretskii <eliz@gnu.org>
Sat, 10 Apr 2010 12:40:35 +0000 (15:40 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 10 Apr 2010 12:40:35 +0000 (15:40 +0300)
commit2204f4de61e2b10832e13748f36d705854f7bd56
treedc1519ab81e43f911977470b9f12ca9e5dbb0357
parent9cbb0335ff22a0b3f427626340e5028cc44bd698
Initial implementation of display of R2L paragraphs in GUI sessions.

 xdisp.c [HAVE_WINDOW_SYSTEM]: Add prototype for
 append_stretch_glyph.
 (set_cursor_from_row) <cursor_x>: Remove unused variable.  Fix
 off-by-one error in computing x at end of text in the row.
 (extend_face_to_end_of_line): If the row is reversed, prepend a
 stretch glyph whose width is such that the rightmost glyph will be
 drawn at the right margin of the window.
 (append_stretch_glyph): In reversed row, prepend the glyph rather
 than append it.  Set resolved_level and bidi_type of the glyph.
src/ChangeLog
src/xdisp.c