From e2e325aaaf57a56526f5ea06d12cde8f10925d55 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Mon, 27 Oct 2008 22:20:05 +0000 Subject: [PATCH] * 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. --- src/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) 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. -- 2.39.2