fix(ui): stop status bar / chat bleed-through over the external editor #131

Closed
jabber.developer2 wants to merge 11 commits from fix/editor-ui-suspend-redraw into master
10 changed files with 207 additions and 20 deletions
Showing only changes of commit 3f91cbc8b0 - Show all commits

View File

@@ -198,6 +198,7 @@ void
ui_resume(void) ui_resume(void)
{ {
ui_suspended = FALSE; ui_suspended = FALSE;
clearok(stdscr, TRUE); // ncurses can't see vim's screen clobber
refresh(); refresh();
inp_resume(); inp_resume();
} }