From: Chong Yidong Date: Mon, 27 Oct 2008 22:29:22 +0000 (+0000) Subject: * nsterm.m (ns_draw_window_cursor): When hbar cursor is on over-sized X-Git-Tag: emacs-pretest-23.0.90~2151 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d1a072bf856266928072a37e32241d518abb5611;p=emacs.git * nsterm.m (ns_draw_window_cursor): When hbar cursor is on over-sized glyph, draw it with the default glyph width. --- diff --git a/src/ChangeLog b/src/ChangeLog index ae9044d47f1..6562ef022d7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2008-10-27 Chong Yidong + * nsterm.m (ns_draw_window_cursor): When hbar cursor is on + over-sized glyph, draw it with the default glyph width. + * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized glyph, draw it with the default glyph width.