From 1847f871907f263f13d28ce0d41f1e612b3c7f48 Mon Sep 17 00:00:00 2001 From: James Booth Date: Wed, 17 Sep 2014 00:22:55 +0100 Subject: Fixed window switching when paged --- src/ui/core.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(); } -- cgit 1.4.1-2-gfad0