aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChong Yidong2008-10-27 22:29:22 +0000
committerChong Yidong2008-10-27 22:29:22 +0000
commitd1a072bf856266928072a37e32241d518abb5611 (patch)
tree826217bd954255dddbfc27c976f5cce688ba0afc /src
parentd3424e67eb01c12dcdc0c48545f870256c330eb7 (diff)
downloademacs-d1a072bf856266928072a37e32241d518abb5611.tar.gz
emacs-d1a072bf856266928072a37e32241d518abb5611.zip
* nsterm.m (ns_draw_window_cursor): When hbar cursor is on over-sized
glyph, draw it with the default glyph width.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ae9044d47f1..6562ef022d7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12008-10-27 Chong Yidong <cyd@stupidchicken.com> 12008-10-27 Chong Yidong <cyd@stupidchicken.com>
2 2
3 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
4 over-sized glyph, draw it with the default glyph width.
5
3 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized 6 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
4 glyph, draw it with the default glyph width. 7 glyph, draw it with the default glyph width.
5 8