mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Fixed showing active console after login fail
This commit is contained in:
parent
88d4cf6e94
commit
30a4054937
@ -87,6 +87,13 @@ status_bar_refresh(void)
|
||||
|
||||
if (dirty) {
|
||||
_status_bar_update_time();
|
||||
int i;
|
||||
for(i = 1; i < 12; i++) {
|
||||
if (is_new[i])
|
||||
status_bar_new(i);
|
||||
else if (is_active[i])
|
||||
status_bar_active(i);
|
||||
}
|
||||
wrefresh(status_bar);
|
||||
inp_put_back();
|
||||
dirty = FALSE;
|
||||
|
Loading…
Reference in New Issue
Block a user