aboutsummaryrefslogtreecommitdiff
path: root/src/ui.h
diff options
context:
space:
mode:
authortoni <toni@devlap.local>2015-11-16 22:30:32 +0100
committertoni <toni@devlap.local>2015-11-16 22:30:32 +0100
commit5dcfb21b85391ddaace3ec7e2161859661894597 (patch)
tree492f651f3dc588523730f0edf807d69de05d91b7 /src/ui.h
parent99dfc48c542ec59c9541faa33c8895bfa471089b (diff)
fixed wgetch key loop and wtimeout bug
Diffstat (limited to 'src/ui.h')
-rw-r--r--src/ui.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ui.h b/src/ui.h
index 6f83149..8aa1d55 100644
--- a/src/ui.h
+++ b/src/ui.h
@@ -72,6 +72,12 @@ deactivate_ui_input(void *data);
void
ui_thrd_force_update(void);
+void
+ui_thrd_suspend(void);
+
+void
+ui_thrd_resume(void);
+
WINDOW *
init_ui(void);