abiword now redraws (cursor will blink soon) CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: src/af/gr/cocoa/gr_CocoaGraphics.mm CVS: src/af/xap/cocoa/xap_CocoaFrame.h CVS: src/af/xap/cocoa/xap_CocoaFrame.mm CVS: ----------------------------------------------------------------------
I think it's quite inefficient, but that can be fixed later. The code is in gr_CocoaGraphics; after a change is made to the offscreen buffer, invalidation code is called (setNeedsDisplay); this can be made to invalidate only part of the buffer. pat
