Fix some redrawing problems after resize

This commit is contained in:
Maxime Coste 2015-09-21 22:12:23 +01:00
parent 3b1d15bf8b
commit 8529720aef

View File

@ -472,6 +472,7 @@ void NCursesUI::check_resize(bool force)
kak_assert(false);
ungetch(KEY_RESIZE);
clearok(curscr, true);
werase(curscr);
}