From 042e49b817e845aa18f74295f9a7b11cdd9aefb1 Mon Sep 17 00:00:00 2001 From: rsc Date: Sat, 29 Oct 2005 17:34:17 +0000 Subject: Add experimental noredraw flag. --- include/frame.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/frame.h') diff --git a/include/frame.h b/include/frame.h index a3291a70..1098a31e 100644 --- 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); -- cgit v1.2.3