about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--src/ui/core.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/core.c b/src/ui/core.c
index 6bb68ff4..931fedd4 100644
--- a/src/ui/core.c
+++ b/src/ui/core.c
@@ -190,6 +190,8 @@ static void
 _ui_resize(const int ch, const char * const input, const int size)
 {
     log_info("Resizing UI");
+    erase();
+    refresh();
     title_bar_resize();
     wins_resize_all();
     status_bar_resize();