From 4c331adc73694bd62c81a05f770a5d4ed4fa9979 Mon Sep 17 00:00:00 2001 From: toni Date: Sun, 24 Jul 2016 00:21:56 +0200 Subject: cleanup 2.0 --- src/ui.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/ui.h') 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); -- cgit v1.2.3