Merge pull request #20374 from bfredl/notype

screen: refactor old curwin-heavy logic and graduate "msgsep" feature
This commit is contained in:
bfredl
2022-10-05 21:50:12 +02:00
committed by GitHub
39 changed files with 231 additions and 634 deletions

View File

@@ -2720,7 +2720,7 @@ static void do_autocmd_focusgained(bool gained)
redrawcmdline();
} else if ((State & MODE_NORMAL) || (State & MODE_INSERT)) {
if (must_redraw != 0) {
update_screen(0);
update_screen();
}
setcursor();