mirror of
https://github.com/neovim/neovim.git
synced 2026-02-16 17:30:41 +10:00
If the color scheme is changed in a startup script, nvim used to send multiple default_colors_set events, one for the default color scheme and one for the user's chosen color scheme. This would cause flicker in some UI:s. Throttle this event until we actually start drawing on the screen. fixes #26372
8.8 KiB
8.8 KiB