(x_write_glyphs): Clear phys_cursor_on_p if current
authorKim F. Storm <storm@cua.dk>
Wed, 22 May 2002 21:18:25 +0000 (21:18 +0000)
committerKim F. Storm <storm@cua.dk>
Wed, 22 May 2002 21:18:25 +0000 (21:18 +0000)
commit6065f9e2764766f90f95b9fc9d5fd2cf2eea0be9
treeaf5ca2cc7c4b02e4bb3a56d7f90692d02921eb47
parent39bb59006c1072f634ac9fda7e7fc3b41cda696d
(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).
src/ChangeLog
src/xterm.c