ref: d93bd0a291d0538a40d57d1b90719676236568f1
parent: 32b39c96b016f9a105eda84b0e978f19a9db0a98
author: cancel <cancel@cancel.fm>
date: Mon Dec 17 18:30:20 EST 2018
Cleanup
--- a/tui_main.c
+++ b/tui_main.c
@@ -1794,10 +1794,7 @@
curs_set(0);
// Short delay before triggering escape
set_escdelay(1);
- // Don't block on calls like getch() -- have it ERR immediately if the user
- // hasn't typed anything. That way we can mix other timers in our code,
- // instead of being a slave only to terminal input.
- // nodelay(stdscr, TRUE);
+ // Our color init routine
term_util_init_colors();
mousemask(ALL_MOUSE_EVENTS | REPORT_MOUSE_POSITION, NULL);