You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Original issue reported on code.google.com by
indy2...@gmail.com
on 12 Sep 2010 at 3:29The text was updated successfully, but these errors were encountered: