]> git.eshelyaron.com Git - emacs.git/commitdiff
* w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
authorChong Yidong <cyd@stupidchicken.com>
Mon, 27 Oct 2008 22:20:05 +0000 (22:20 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 27 Oct 2008 22:20:05 +0000 (22:20 +0000)
glyph, draw it with the default glyph width.

* xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
glyph, draw it with the default glyph width.

src/ChangeLog

index b39b1c49bada9559db00bd16ed702daf4c1b14b9..ae9044d47f1a07129e26723293f96ed7a1292f40 100644 (file)
@@ -1,5 +1,11 @@
 2008-10-27  Chong Yidong  <cyd@stupidchicken.com>
 
+       * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
+       glyph, draw it with the default glyph width.
+
+       * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
+       glyph, draw it with the default glyph width.
+
        * xdisp.c (try_scrolling): When computing the distance from the
        scroll margin to PT, try moving some distance past the window
        bottom before giving up.