aboutsummaryrefslogtreecommitdiff
path: root/src/ui.h
diff options
context:
space:
mode:
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);