1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

Merge branch 'master' into roomconfig

This commit is contained in:
James Booth 2014-09-17 00:26:11 +01:00
commit 0de9c1bdda

View File

@ -118,9 +118,10 @@ _ui_update(void)
ProfWin *current = wins_get_current();
if (current->paged == 0) {
win_move_to_end(current);
win_update_virtual(current);
}
win_update_virtual(current);
if (prefs_get_boolean(PREF_TITLEBAR)) {
_ui_draw_term_title();
}