diff options
Diffstat (limited to 'src/ui.h')
-rw-r--r-- | src/ui.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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); |