Improve redraw behaviour on resize
This commit is contained in:
parent
34d0f63fd9
commit
5a5a78c608
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue
Block a user