mirror of
https://github.com/neovim/neovim.git
synced 2026-03-04 15:22:45 +10:00
When the TUI is suspending or stopping, redraw events should not be processed, as when it next processes redraw events it's already waiting for a DA1 response after having disabled some terminal modes. Fix #33708