From: Chong Yidong Date: Mon, 27 Oct 2008 22:20:05 +0000 (+0000) Subject: * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized X-Git-Tag: emacs-pretest-23.0.90~2153 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e2e325aaaf57a56526f5ea06d12cde8f10925d55;p=emacs.git * 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. --- diff --git a/src/ChangeLog b/src/ChangeLog index b39b1c49bad..ae9044d47f1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,11 @@ 2008-10-27 Chong Yidong + * 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.