Fix some redrawing problems after resize
This commit is contained in:
parent
3b1d15bf8b
commit
8529720aef
|
@ -472,6 +472,7 @@ void NCursesUI::check_resize(bool force)
|
||||||
kak_assert(false);
|
kak_assert(false);
|
||||||
|
|
||||||
ungetch(KEY_RESIZE);
|
ungetch(KEY_RESIZE);
|
||||||
|
clearok(curscr, true);
|
||||||
werase(curscr);
|
werase(curscr);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user