Mercurial > emacs
changeset 41074:d6a61f61aa6c
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 15 Nov 2001 11:02:23 +0000 |
parents | 3dafa2c81609 |
children | 9bd3aeb8f5ae |
files | src/ChangeLog |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Thu Nov 15 11:01:58 2001 +0000 +++ b/src/ChangeLog Thu Nov 15 11:02:23 2001 +0000 @@ -1,5 +1,9 @@ 2001-11-15 Gerd Moellmann <gerd@gnu.org> + * xterm.c (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. + * dispnew.c (direct_output_forward_char): Fix character/byte position comparison.