# HG changeset patch # User Chong Yidong # Date 1225146005 0 # Node ID 91d125546add0d71f15f96a5f8be68cd37b222b1 # Parent 376783332141662bf8a4df46fc000d5d3454a4f3 * 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 -r 376783332141 -r 91d125546add src/ChangeLog --- a/src/ChangeLog Mon Oct 27 21:30:00 2008 +0000 +++ b/src/ChangeLog Mon Oct 27 22:20:05 2008 +0000 @@ -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.