diff options
author | Kim F. Storm <storm@cua.dk> | 2002-05-22 21:16:51 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2002-05-22 21:16:51 +0000 |
commit | 39bb59006c1072f634ac9fda7e7fc3b41cda696d (patch) | |
tree | 86b54afe3efd8a38b51d3e450191a03ed630d2cf | |
parent | 17456df15cfd5d40e835dd71bb0b4168e9453cc5 (diff) | |
download | emacs-39bb59006c1072f634ac9fda7e7fc3b41cda696d.tar.gz |
*** empty log message ***
-rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index eb8ea4f5751..69d273a6338 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2002-05-23 Kim F. Storm <no-spam@cua.dk> + + * xterm.c (x_write_glyphs): Clear phys_cursor_on_p if current + phys_cursor's hpos is overwritten. This is still not completely + correct, as it doesn't really make sense to use hpos at all to + get the cursor glyph (as that is relative to the width of the + characters on the line, which may have changed during the update). + 2002-05-22 Jason Rumney <jasonr@gnu.org> * w32fns.c (enumfont_t): Remove tail, make pattern a normal |