Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot change cursor shape within vim #41

Closed
GoogleCodeExporter opened this issue Nov 2, 2015 · 2 comments
Closed

Cannot change cursor shape within vim #41

GoogleCodeExporter opened this issue Nov 2, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

Not sure if this is a vim or fbterm issue.  In fbterm and bash, the cursor can 
change using echo -e '\033[?2c' and echo -e '\033[7c'.  But within vim, even by 
using the t_SI and t_EI, the cursor appearance cannot change.  It would be an 
enhancement to able to do this, and even more if the color of the cursor could 
change. (For switching vim modes).


Original issue reported on code.google.com by indy2...@gmail.com on 12 Sep 2010 at 3:29

@GoogleCodeExporter
Copy link
Author

Hi, any comments on this?  It would make vim modes easier to notice.
Thanks.

Original comment by indy2...@gmail.com on 5 Oct 2010 at 11:29

@GoogleCodeExporter
Copy link
Author

It's a issue of vim.  vim sends t_SI when it enters insert mode, but it's NOT 
the last, after t_SI vim also sends '\033[0c', which changes the cursor to 
default shape you specified in ~/.fbtermrc.

Original comment by zgchan...@gmail.com on 6 Oct 2010 at 4:52

  • Changed state: Invalid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant