aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/frame.h1
1 files changed, 1 insertions, 0 deletions
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);