On Mon, 6 Sep 2004 [EMAIL PROTECTED] wrote: > On Sun, Sep 05, 2004 at 10:09:26PM +0300, Jukka Heinonen wrote: > > Well, under DOS VGA text mode, mouse cursor is like "gpm" mouse > > cursor, a character cell which gets inverted or otherwise > > IIRC it's inverted.
That depends. There is a call where you supply two 16-bit words, one is XOR'ed with the screen contents and the other AND'ed with it. That way you can set any char/attr bit, reset it, invert it, or leave it alone. -Peter