mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Removed wins_refresh_console when not required for /sub command output
Implicitly called by cons_show
This commit is contained in:
parent
0331cbe249
commit
2defeaefe3
@ -548,7 +548,6 @@ _cons_show_received_subs(void)
|
||||
g_slist_free_full(received, g_free);
|
||||
}
|
||||
|
||||
wins_refresh_console();
|
||||
cons_alert();
|
||||
}
|
||||
|
||||
@ -570,7 +569,6 @@ _cons_show_sent_subs(void)
|
||||
cons_show("No pending requests sent.");
|
||||
}
|
||||
|
||||
wins_refresh_console();
|
||||
cons_alert();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user