aboutsummaryrefslogtreecommitdiff
path: root/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui.h')
-rw-r--r--ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui.h b/ui.h
index 94b45f5..42cdbda 100644
--- a/ui.h
+++ b/ui.h
@@ -98,6 +98,7 @@ struct Ui {
void (*redraw)(Ui*);
void (*suspend)(Ui*);
void (*resume)(Ui*);
+ void (*doupdates)(Ui*, bool);
bool (*getkey)(Ui*, TermKeyKey*);
void (*terminal_save)(Ui*, bool fscr);
void (*terminal_restore)(Ui*);