diff options
| author | Eli Zaretskii | 2014-09-16 18:53:36 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2014-09-16 18:53:36 +0300 |
| commit | 534f1f7cb6b25f05472d59b6b4757cb345f29b8d (patch) | |
| tree | 49780e6748f0b201c6bce106373188354f7e6754 /src/ChangeLog | |
| parent | c20b4c2de5a8c5ef4ac0655d74dd28c002b7aad3 (diff) | |
| download | emacs-534f1f7cb6b25f05472d59b6b4757cb345f29b8d.tar.gz emacs-534f1f7cb6b25f05472d59b6b4757cb345f29b8d.zip | |
Fix display of hollow-box and hbar cursors on r2L lines.
src/xterm.c (x_draw_hollow_cursor, x_draw_bar_cursor):
src/w32term.c (x_draw_hollow_cursor, x_draw_bar_cursor): In R2L
lines, draw the hollow-box and hbar cursors on the right side of
cursor-glyph. Thanks to Martin Rudalics <rudalics@gmx.at> for
testing on X.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 49ff8efc794..c86f6de1575 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2014-09-16 Eli Zaretskii <eliz@gnu.org> | 1 | 2014-09-16 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * xterm.c (x_draw_hollow_cursor, x_draw_bar_cursor): | ||
| 4 | * w32term.c (x_draw_hollow_cursor, x_draw_bar_cursor): In R2L | ||
| 5 | lines, draw the hollow-box and hbar cursors on the right side of | ||
| 6 | cursor-glyph. Thanks to martin rudalics <rudalics@gmx.at> for | ||
| 7 | testing on X. | ||
| 8 | |||
| 3 | * xterm.c (x_draw_stretch_glyph_string): | 9 | * xterm.c (x_draw_stretch_glyph_string): |
| 4 | * w32term.c (x_draw_stretch_glyph_string): Fix a thinko that | 10 | * w32term.c (x_draw_stretch_glyph_string): Fix a thinko that |
| 5 | caused the block cursor to disappear on a TAB in R2L lines in | 11 | caused the block cursor to disappear on a TAB in R2L lines in |