Mercurial > emacs
changeset 44816:2ca17e5f2484
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 24 Apr 2002 17:06:09 +0000 |
parents | cf2454d3a103 |
children | d172848983bf |
files | src/ChangeLog |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <gerd@gnu.org> + * 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 <walters@verbum.org>