diff options
author | toni <toni@devlap.local> | 2015-11-16 22:30:32 +0100 |
---|---|---|
committer | toni <toni@devlap.local> | 2015-11-16 22:30:32 +0100 |
commit | 5dcfb21b85391ddaace3ec7e2161859661894597 (patch) | |
tree | 492f651f3dc588523730f0edf807d69de05d91b7 /src/ui.h | |
parent | 99dfc48c542ec59c9541faa33c8895bfa471089b (diff) |
fixed wgetch key loop and wtimeout bug
Diffstat (limited to 'src/ui.h')
-rw-r--r-- | src/ui.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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); |