Fixed resolver. Includes debugging output.

This commit is contained in:
pdw
2002-03-25 22:53:51 +00:00
parent 513f146b57
commit 15763aaa82
2 changed files with 24 additions and 12 deletions

3
ui.c
View File

@@ -101,8 +101,7 @@ void ui_print() {
screen_list.compare = &screen_line_compare;
sorted_list_initialise(&screen_list);
clear();
//erase();
erase();
draw_bar_scale();
while(hash_next_item(history, &n) == HASH_STATUS_OK) {