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

Merge remote-tracking branch 'origin/plugins' into plugins

This commit is contained in:
James Booth 2014-04-02 22:54:22 +01:00
commit fc9706414a

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();
}
}