mirror of
https://github.com/mawww/kakoune.git
synced 2025-01-02 16:53:49 +03:00
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