mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Fixed window switching when paged
This commit is contained in:
parent
99dfbcbc4e
commit
1847f87190
@ -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