plan9port

[fork] Plan 9 from user space
git clone git://src.adamsgaard.dk/plan9port # fast
git clone https://src.adamsgaard.dk/plan9port.git # slow
Log | Files | Refs | README | LICENSE Back to index

commit 042e49b817e845aa18f74295f9a7b11cdd9aefb1
parent fcdc75c05b9605da034d841c5f0288c3be4b82cb
Author: rsc <devnull@localhost>
Date:   Sat, 29 Oct 2005 17:34:17 +0000

Add experimental noredraw flag.

Diffstat:
Minclude/frame.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/include/frame.h b/include/frame.h @@ -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);