Merge branch 'master' into roomconfig
This commit is contained in:
@@ -118,9 +118,10 @@ _ui_update(void)
|
|||||||
ProfWin *current = wins_get_current();
|
ProfWin *current = wins_get_current();
|
||||||
if (current->paged == 0) {
|
if (current->paged == 0) {
|
||||||
win_move_to_end(current);
|
win_move_to_end(current);
|
||||||
win_update_virtual(current);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
win_update_virtual(current);
|
||||||
|
|
||||||
if (prefs_get_boolean(PREF_TITLEBAR)) {
|
if (prefs_get_boolean(PREF_TITLEBAR)) {
|
||||||
_ui_draw_term_title();
|
_ui_draw_term_title();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user