Add experimental noredraw flag.
This commit is contained in:
parent
fcdc75c05b
commit
042e49b817
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue