Erase stdscr before resizing

This commit is contained in:
James Booth
2014-07-19 00:39:49 +01:00
parent bf62d8bd65
commit 191b910d6e

View File

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