diff options
author | Jeremy Kerr <jk@ozlabs.org> | 2013-05-21 12:43:36 +0800 |
---|---|---|
committer | Jeremy Kerr <jk@ozlabs.org> | 2013-06-24 12:52:50 +0800 |
commit | 293fca73b2fe077e7780c1a42216a3db41a6e737 (patch) | |
tree | 98001a1496253693c7da5a1a05ce06c421fdbe04 /ui/ncurses/nc-cui.c | |
parent | 2723662cabd4d34d4155ab5d6668c591a20a086b (diff) | |
download | talos-petitboot-293fca73b2fe077e7780c1a42216a3db41a6e737.tar.gz talos-petitboot-293fca73b2fe077e7780c1a42216a3db41a6e737.zip |
ui: implement timers with waitsets
A temporary change to the timers; we'll eventually remove these from the
ui code.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'ui/ncurses/nc-cui.c')
-rw-r--r-- | ui/ncurses/nc-cui.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/ncurses/nc-cui.c b/ui/ncurses/nc-cui.c index ef3fd23..bd4f6b8 100644 --- a/ui/ncurses/nc-cui.c +++ b/ui/ncurses/nc-cui.c @@ -623,8 +623,6 @@ int cui_run(struct cui *cui, struct pmenu *main, unsigned int default_item) if (cui->abort) break; - ui_timer_process_sig(&cui->timer); - while (cui->resize) { cui->resize = 0; cui_handle_resize(cui); |