aboutsummaryrefslogtreecommitdiff
path: root/src/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.h')
-rw-r--r--src/ui.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ui.h b/src/ui.h
index 52090ce..d8b1f9b 100644
--- a/src/ui.h
+++ b/src/ui.h
@@ -13,6 +13,7 @@
#define DOUI_ERR 4
#define DOUI_TMOUT 5
#define DOUI_NINIT 6
+#define DOUI_KEY 7
#define UILOOP_TIMEOUT 1
@@ -70,7 +71,7 @@ int
deactivate_ui_input(void *data);
void
-ui_thrd_force_update(void);
+ui_thrd_force_update(bool force_all);
void
ui_thrd_suspend(void);
@@ -84,6 +85,10 @@ init_ui(void);
void
free_ui(void);
+char ui_wgetch(int timeout);
+
+int ui_wgetchtest(int timeout, char testchar);
+
int
do_ui(void);