borisfaure / terminology

The best terminal emulator based on the Enlightenment Foundation Libraries
http://terminolo.gy/
Other
659 stars 52 forks source link

cursor shape reverted after quitting vi or nvim #167

Open gbroulet opened 1 year ago

gbroulet commented 1 year ago

Hello steps :

HOWEVER the same result happens with Gnome Terminal instead of Terminology, so I'm not sure who to address to with this. Maybe a common library between the two ? Im' going to post this in gnome Terminal issues as well, and try to find other noticeable cases.

borisfaure commented 1 year ago

On my side, vim doesn't change the cursor. Terminology tries to mimic xterm. I ran echo -e -n "\x1b[\x33 q" to change the cursor to a blinking underline and then run vi, but there too the cursor doesn't change. Maybe only neovim changes the cursor. I'll have to dig deeper.