diff options
author | bfredl <bjorn.linse@gmail.com> | 2023-12-04 09:50:00 +0100 |
---|---|---|
committer | bfredl <bjorn.linse@gmail.com> | 2023-12-06 18:46:39 +0100 |
commit | 8f10362cdc5835a1cd86c8195ce8e3b10ab85384 (patch) | |
tree | fd0536f05bc312605ef483292346778b51fcaf5a /test/functional/terminal/buffer_spec.lua | |
parent | 040369e1e4b86c4655a6885b36ee89ad4f10ca16 (diff) | |
download | rneovim-8f10362cdc5835a1cd86c8195ce8e3b10ab85384.tar.gz rneovim-8f10362cdc5835a1cd86c8195ce8e3b10ab85384.tar.bz2 rneovim-8f10362cdc5835a1cd86c8195ce8e3b10ab85384.zip |
fix(startup): only send one default_colors_set event during startup
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
Diffstat (limited to 'test/functional/terminal/buffer_spec.lua')
0 files changed, 0 insertions, 0 deletions