diff options
| author | Gerd Moellmann | 2001-11-15 11:02:23 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-11-15 11:02:23 +0000 |
| commit | 34e5d0af4e330773b58639bff9a4a5f3bc4c2e42 (patch) | |
| tree | cb8e9d12ae366150a0a1da3ebe4165e18e5c49e5 /src/ChangeLog | |
| parent | 9522e2d89db07df82f5a0e94e78b962c323e3ad7 (diff) | |
| download | emacs-34e5d0af4e330773b58639bff9a4a5f3bc4c2e42.tar.gz emacs-34e5d0af4e330773b58639bff9a4a5f3bc4c2e42.zip | |
(x_draw_bar_cursor): If the background color of the
glyph under the cursor equals the frame's cursor color, use
the glyph's foreground color for drawing the bar cursor.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c834525b5bf..79a59b903d3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2001-11-15 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-11-15 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xterm.c (x_draw_bar_cursor): If the background color of the | ||
| 4 | glyph under the cursor equals the frame's cursor color, use | ||
| 5 | the glyph's foreground color for drawing the bar cursor. | ||
| 6 | |||
| 3 | * dispnew.c (direct_output_forward_char): Fix character/byte | 7 | * dispnew.c (direct_output_forward_char): Fix character/byte |
| 4 | position comparison. | 8 | position comparison. |
| 5 | 9 | ||