mirror of
https://github.com/neovim/neovim.git
synced 2025-11-16 15:21:20 +00:00
Problem: Invalidated regions that are flushed during startup are
cleared with unitialized "clear_attrs", which is perceived as
flickering.
Solution: Initialize "clear_attrs" with current terminal background color.