mirror of
https://github.com/neovim/neovim.git
synced 2025-09-26 04:58:33 +00:00
Merge pull request #20374 from bfredl/notype
screen: refactor old curwin-heavy logic and graduate "msgsep" feature
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user