mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 00:08:19 +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.