tAdd experimental noredraw flag. - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 042e49b817e845aa18f74295f9a7b11cdd9aefb1
 (DIR) parent fcdc75c05b9605da034d841c5f0288c3be4b82cb
 (HTM) Author: rsc <devnull@localhost>
       Date:   Sat, 29 Oct 2005 17:34:17 +0000
       
       Add experimental noredraw flag.
       
       Diffstat:
         M include/frame.h                     |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/include/frame.h b/include/frame.h
       t@@ -50,6 +50,7 @@ struct Frame
                Image                *tick;        /* typing tick */
                Image                *tickback;        /* saved image under tick */
                int                        ticked;        /* flag: is tick onscreen? */
       +        int                        noredraw;        /* don't draw on the screen */
        };
        
        ulong        frcharofpt(Frame*, Point);