1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -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) { if (message != NULL) {
cons_show("%s", message); cons_show("%s", message);
ui_current_page_off(); ui_current_page_off();
ui_refresh(); ui_update_screen();
} }
} }