aboutsummaryrefslogtreecommitdiff
path: root/src/ui.h
diff options
context:
space:
mode:
authortoni <matzeton@googlemail.com>2016-07-24 00:21:56 +0200
committertoni <matzeton@googlemail.com>2016-07-24 00:21:56 +0200
commit4c331adc73694bd62c81a05f770a5d4ed4fa9979 (patch)
treefcb626234cabbf12917d21a200fbdce38ee50adc /src/ui.h
parentf567bc9b6789cddb8100bc478ee25b053be8f684 (diff)
cleanup 2.0
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);