about summary refs log tree commit diff stats
path: root/src/ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/core.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/core.c b/src/ui/core.c
index 4a7bb365..83e5c1a2 100644
--- a/src/ui/core.c
+++ b/src/ui/core.c
@@ -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();
     }