mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
patch 9.0.0206: redraw flags are not named specifically
Problem: Redraw flags are not named specifically. Solution: Prefix "UPD_" to the flags, for UPDate_screen().
This commit is contained in:
@@ -1228,7 +1228,7 @@ sigcont_handler SIGDEFARG(sigarg)
|
||||
// back to a sane mode. We should redraw, but we can't really do that
|
||||
// in a signal handler, do a redraw later.
|
||||
after_sigcont();
|
||||
redraw_later(CLEAR);
|
||||
redraw_later(UPD_CLEAR);
|
||||
cursor_on_force();
|
||||
out_flush();
|
||||
}
|
||||
|
Reference in New Issue
Block a user