Improve redraw behaviour on resize

This commit is contained in:
Maxime Coste 2015-09-11 11:46:39 +01:00
parent 34d0f63fd9
commit 5a5a78c608

View File

@ -480,7 +480,7 @@ void NCursesUI::check_resize(bool force)
m_dirty = true;
ungetch(KEY_RESIZE);
wrefresh(stdscr);
clearok(curscr, true);
}
bool NCursesUI::is_key_available()