diff options
| author | Chong Yidong | 2008-10-27 22:29:22 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-10-27 22:29:22 +0000 |
| commit | d1a072bf856266928072a37e32241d518abb5611 (patch) | |
| tree | 826217bd954255dddbfc27c976f5cce688ba0afc /src | |
| parent | d3424e67eb01c12dcdc0c48545f870256c330eb7 (diff) | |
| download | emacs-d1a072bf856266928072a37e32241d518abb5611.tar.gz emacs-d1a072bf856266928072a37e32241d518abb5611.zip | |
* nsterm.m (ns_draw_window_cursor): When hbar cursor is on over-sized
glyph, draw it with the default glyph width.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ae9044d47f1..6562ef022d7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2008-10-27 Chong Yidong <cyd@stupidchicken.com> | 1 | 2008-10-27 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 2 | ||
| 3 | * nsterm.m (ns_draw_window_cursor): When hbar cursor is on | ||
| 4 | over-sized glyph, draw it with the default glyph width. | ||
| 5 | |||
| 3 | * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized | 6 | * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized |
| 4 | glyph, draw it with the default glyph width. | 7 | glyph, draw it with the default glyph width. |
| 5 | 8 | ||