about summary refs log tree commit diff stats
path: root/src/ui/core.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-07-18 23:19:25 +0100
committerJames Booth <boothj5@gmail.com>2014-07-18 23:19:25 +0100
commit78b0388b6c83cb03194ae03ad4323ee3a9170c0e (patch)
treeb629e9c19b8490503f365679c3ea8f75ee00e05c /src/ui/core.c
parent1e6b70943a3c4bea2f2e448c52c8056f07a7e456 (diff)
parent60afe660427cbefe082d80db905c8c65b41723dc (diff)
downloadprofani-tty-78b0388b6c83cb03194ae03ad4323ee3a9170c0e.tar.gz
Merge branch 'statusbar' into winbuffers
Diffstat (limited to 'src/ui/core.c')
-rw-r--r--src/ui/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/core.c b/src/ui/core.c
index fe73a906..6bb68ff4 100644
--- a/src/ui/core.c
+++ b/src/ui/core.c
@@ -191,8 +191,8 @@ _ui_resize(const int ch, const char * const input, const int size)
 {
     log_info("Resizing UI");
     title_bar_resize();
-    status_bar_resize();
     wins_resize_all();
+    status_bar_resize();
     inp_win_resize(input, size);
     ProfWin *window = wins_get_current();
     win_update_virtual(window);