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:
commit
0de9c1bdda
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user