aboutsummaryrefslogtreecommitdiff
path: root/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui.h')
-rw-r--r--ui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui.h b/ui.h
index 40e2ea7..18c9e0f 100644
--- a/ui.h
+++ b/ui.h
@@ -47,6 +47,8 @@ struct Ui {
void (*resume)(Ui*);
Key (*getkey)(Ui*);
bool (*haskey)(Ui*);
+ void (*terminal_save)(Ui*);
+ void (*terminal_restore)(Ui*);
};
struct UiWin {