aboutsummaryrefslogtreecommitdiff
path: root/src/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.h')
-rw-r--r--src/ui.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui.h b/src/ui.h
index 94eaa17..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
@@ -86,6 +87,8 @@ free_ui(void);
char ui_wgetch(int timeout);
+int ui_wgetchtest(int timeout, char testchar);
+
int
do_ui(void);