aboutsummaryrefslogtreecommitdiff
path: root/ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui.c')
-rw-r--r--ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui.c b/ui.c
index 9681170..92a83b0 100644
--- a/ui.c
+++ b/ui.c
@@ -262,7 +262,7 @@ do_ui(void)
return (DOUI_ERR);
}
sem_wait(&sem_rdy);
- wtimeout(wnd_main, 500);
+ wtimeout(wnd_main, 1000);
while (active == true) {
if ((key = wgetch(wnd_main)) == '\0') {
break;