# HG changeset patch # User Gerd Moellmann # Date 1019667969 0 # Node ID 2ca17e5f2484ffcfc95778f6d6500ff8c5f12c77 # Parent cf2454d3a103c19b234781fcf55334d06a91ce66 *** empty log message *** diff -r cf2454d3a103 -r 2ca17e5f2484 src/ChangeLog --- a/src/ChangeLog Wed Apr 24 17:05:44 2002 +0000 +++ b/src/ChangeLog Wed Apr 24 17:06:09 2002 +0000 @@ -1,5 +1,12 @@ 2002-04-24 Gerd Moellmann + * dispnew.c (update_text_area): Set phys_cursor_on_p to 0 in the + case of writing a whole row, more or less analogous to the case of + writing only parts of a row. + + * xterm.c (x_display_and_set_cursor): Set phys_cursor_width to + 0 for NO_CURSOR. + * xterm.c (notice_overwritten_cursor): Fix an off by 1 error. 2002-04-23 Colin Walters