1
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-01-03 14:57:42 -05:00

Fixed merge

This commit is contained in:
James Booth 2014-04-02 00:14:23 +01:00
parent 5929d8450c
commit 733fd82a8b

View File

@ -42,7 +42,7 @@ api_cons_show(const char * const message)
if (message != NULL) {
cons_show("%s", message);
ui_current_page_off();
ui_refresh();
ui_update_screen();
}
}