Fix cursor drawing on stretch glyphs in R2L lines.
authorEli Zaretskii <eliz@gnu.org>
Sat, 14 Aug 2010 12:55:04 +0000 (15:55 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 14 Aug 2010 12:55:04 +0000 (15:55 +0300)
commitb236615c100961c3f4c555634ac56d51e723e43a
tree65c008fb06fafe5a5a9f509cc95b0cf81f035874
parent5872c762ed0f6123bc1c45168c0695fcd2e94948
Fix cursor drawing on stretch glyphs in R2L lines.

 xterm.c (x_draw_stretch_glyph_string):
 w32term.c (x_draw_stretch_glyph_string): In R2L rows, display the
 cursor on the right edge of the stretch glyph.
 xdisp.c (window_box_right_offset, window_box_right): Fix commentary.
src/ChangeLog
src/w32term.c
src/xdisp.c
src/xterm.c