Mail Archives: djgpp/1998/02/21/12:16:34
John Kissell wrote in message <34EE62F4 DOT D62D07E9 AT wpol DOT com>...
>In trasparent text mode and true color is there an easy way to erase
>text? Printing space characters over previous text and then replacing
>with the new text seems unreliable. A rapidly changing readout in a
>static location, a mouse coordinate display for example, becomes
>unreadable because the previous numbers never get erased. I'm not sure
>if this is a timing problem or that space characters in transparent mode
>dont actually get printed in order to speed up the Allegro code. Any
>ideas?
>
Keep a copy of what was originally there in memory and re-blit it. Though I'm
sure you could un-type, you would not get the exact pixel colour, though it
could be pretty close.
- Raw text -