ref: a444ba95c7207bed15faa6287cffb1c343dc46bf
parent: cd0d783af02ac8d9f769f8941812a276e83f23e4
author: cancel <cancel@cancel.fm>
date: Sun Dec 2 11:32:13 EST 2018
Cleanup
--- a/tui_main.c
+++ b/tui_main.c
@@ -285,7 +285,6 @@
assert(term_height >= 0 && term_width >= 0);
(void)term_height;
(void)term_width;
- // clear();
draw_debug_field(stdscr, term_height, term_width, 0, 0, field.buffer,
markmap_r.buffer, field.height, field.width, 8, 8);
for (int y = field.height; y < term_height - 1; ++y) {
@@ -293,7 +292,6 @@
wclrtoeol(stdscr);
}
draw_ui_bar(stdscr, term_height - 1, 0, input_file, tick_num);
- //refresh();
int key;
// ncurses gives us ERR if there was no user input. We'll sleep for 0