Mike Alexander <mta(a)arbortext.com> writes:
 I've noticed another minor redisplay problem in the native XEmacs
on 
 Windows as of the current contents of the CVS archive.  If you have 
 "truncate lines" turned off and the window is narrow enough that a 
 line wraps, then when you type in the first screen line of the 
 wrapped text line, the second screen line isn't updated.  If you 
 resize the window, or otherwise force a refresh, the line is 
 displayed correctly.  I presume this is not intentional, but I don't 
 know the redisplay code well enough to know where to look and real 
 work is intruding to the point where I don't have time to learn about 
 it. 
This is because of my text image glyph change. My change is for
putting a text image into text runes instead of glyph runes. And
continuation glyph is a text image under mswindows and tty, then
searching that among runes is failed.
Thanks for your report. I try to fix this.