Mercurial > emacs
changeset 99171:36b0ab070ac3
* nsterm.m (ns_draw_window_cursor): When hbar cursor is on over-sized
glyph, draw it with the default glyph width.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 27 Oct 2008 22:29:22 +0000 |
parents | 0310a76120f5 |
children | 4ffcb3e1114a |
files | src/ChangeLog |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Mon Oct 27 22:20:46 2008 +0000 +++ b/src/ChangeLog Mon Oct 27 22:29:22 2008 +0000 @@ -1,5 +1,8 @@ 2008-10-27 Chong Yidong <cyd@stupidchicken.com> + * 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.