Open 097115 opened 5 years ago
I can reproduce this and seems like the bug has existed for a while (at least since snapshot-151). :term
does not exhibit this behavior. I will need to double check this doesn't happen in regular gVim first.
May be somehow related:
- Run
mvim --clean
- Enter shell by executing
:shell
command, the cursor is there- Exit shell
- Disable guicursor blinking:
:set guicursor+=a:blinkon0
- Enter shell by executing
:shell
command, the cursor is no longer visible
:set guioptions+=!
:shell
command, the cursor is visible again.
Describe the bug
After
:set guicursor+=a:blinkon0
, the cursor in the shell, produced by the:shell
command, is no longer visible.To Reproduce Detailed steps to reproduce the behavior:
mvim --clean
:shell
command, the cursor is there:set guicursor+=a:blinkon0
:shell
command, the cursor is no longer visibleExpected behavior The cursor should be visible.
Screenshots Before disable blinking: https://i.imgur.com/9M0adF1.png
After disable blinking: https://i.imgur.com/zzuZF0m.png
Environment (please complete the following information):