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();