mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-22 19:46:21 +00:00
Tidied xmlconsole
This commit is contained in:
@@ -302,14 +302,6 @@ status_bar_clear(void)
|
||||
message = NULL;
|
||||
}
|
||||
|
||||
int i;
|
||||
is_active[1] = TRUE;
|
||||
is_new[1] = FALSE;
|
||||
for (i = 2; i < 12; i++) {
|
||||
is_active[i] = FALSE;
|
||||
is_new[i] = FALSE;
|
||||
}
|
||||
|
||||
werase(status_bar);
|
||||
|
||||
int cols = getmaxx(stdscr);
|
||||
|
||||
Reference in New Issue
Block a user