]> git.eshelyaron.com Git - emacs.git/commit
Fix block cursor display in R2L lines.
authorEli Zaretskii <eliz@gnu.org>
Tue, 16 Sep 2014 15:44:51 +0000 (18:44 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 16 Sep 2014 15:44:51 +0000 (18:44 +0300)
commitc20b4c2de5a8c5ef4ac0655d74dd28c002b7aad3
treed476c56b1149211b946ec552876873152d6b6cb3
parent005aff709292db4fda0c39e7ed512f064bb7d1a9
Fix block cursor display in R2L lines.

 src/xterm.c (x_draw_stretch_glyph_string):
 src/w32term.c (x_draw_stretch_glyph_string): Fix a thinko that
 caused the block cursor to disappear on a TAB in R2L lines in
 every window except the leftmost one.  Reported by Martin Rudalics
 <rudalics@gmx.at>.
src/ChangeLog
src/w32term.c
src/xterm.c