about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-09-17 00:26:11 +0100
committerJames Booth <boothj5@gmail.com>2014-09-17 00:26:11 +0100
commit0de9c1bddaa8d429a8ff1abced19137c8c51a561 (patch)
tree6bdb3379dd1610fe92ba14e7ae9f8a8bcdf4efee
parent16acb52ca3833c947bed07218caaf918b266fbed (diff)
parent1847f871907f263f13d28ce0d41f1e612b3c7f48 (diff)
downloadprofani-tty-0de9c1bddaa8d429a8ff1abced19137c8c51a561.tar.gz
Merge branch 'master' into roomconfig
-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 1d0970c0..53d3a2ad 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();
     }