vhakulinen / gnvim

GUI for neovim, without any web bloat
MIT License
1.86k stars 68 forks source link

Toggling cursor blink keeps current transparency level #138

Closed agraven closed 4 years ago

agraven commented 4 years ago

When toggling between a blinking and non-blink cursor for example by running set guicursor+=a:blinkon1000,i:blinkon0 and toggling between insert mode and normal mode, the cursor keeps its current level of transparency when blinking is disabled. This means that when you disable blinking while the cursor is entirely transparent, i.e. invisible, the cursor stays invisible. This is kind of inconvenient when you prefer to have different blinking rules for different modes like I do.

I'm running the latest master (bfc7629).

vhakulinen commented 4 years ago

Fixed.