# HG changeset patch # User Gerd Moellmann # Date 1005822143 0 # Node ID d6a61f61aa6cc04c9faf19c0537e76759a6944cf # Parent 3dafa2c8160972580c0f916b79a2513d719eb64b *** empty log message *** diff -r 3dafa2c81609 -r d6a61f61aa6c src/ChangeLog --- 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 + * 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.