aboutsummaryrefslogtreecommitdiff
path: root/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui.h')
-rw-r--r--ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui.h b/ui.h
index d87384a..94b45f5 100644
--- a/ui.h
+++ b/ui.h
@@ -99,7 +99,7 @@ struct Ui {
void (*suspend)(Ui*);
void (*resume)(Ui*);
bool (*getkey)(Ui*, TermKeyKey*);
- void (*terminal_save)(Ui*);
+ void (*terminal_save)(Ui*, bool fscr);
void (*terminal_restore)(Ui*);
TermKey* (*termkey_get)(Ui*);
int (*colors)(Ui*);