vim,The word under the cursor is not visible #2054

Closed
opened 2026-01-30 22:45:39 +00:00 by claunia · 6 comments
Owner

Originally created by @Tao-Wei on GitHub (Jun 24, 2019).

I added the code in .vimrc:

let &t_SI.="\e[5 q"
let &t_SR.="\e[4 q"
let &t_EI.="\e[1 q"

cursor style can be changed but the word under the cursor is not visible
image

Originally created by @Tao-Wei on GitHub (Jun 24, 2019). I added the code in .vimrc: ``` let &t_SI.="\e[5 q" let &t_SR.="\e[4 q" let &t_EI.="\e[1 q" ``` cursor style can be changed but the word under the cursor is not visible ![image](https://user-images.githubusercontent.com/46256982/59994229-af74e080-9685-11e9-84d5-a99d2d25d410.png)
claunia added the Resolution-Duplicate label 2026-01-30 22:45:39 +00:00
Author
Owner

@JushBJJ commented on GitHub (Jun 24, 2019):

That's just how terminal is I think.

@JushBJJ commented on GitHub (Jun 24, 2019): That's just how terminal is I think.
Author
Owner

@Tao-Wei commented on GitHub (Jun 25, 2019):

It looks very uncomfortable. Is there any solution?

@Tao-Wei commented on GitHub (Jun 25, 2019): It looks very uncomfortable. Is there any solution?
Author
Owner

@benjif commented on GitHub (Jun 27, 2019):

I believe the only current solution is changing cursorShape in your profiles.json.

@benjif commented on GitHub (Jun 27, 2019): I believe the only current solution is changing cursorShape in your profiles.json.
Author
Owner

@DHowett-MSFT commented on GitHub (Jun 27, 2019):

We'll need to look at different cursor color styles like "invert". This is, however, just how some terminals work.

@DHowett-MSFT commented on GitHub (Jun 27, 2019): We'll need to look at different cursor color styles like "invert". This is, however, just how some terminals work.
Author
Owner

@zadjii-msft commented on GitHub (Jul 1, 2019):

This seems related to #1356

@zadjii-msft commented on GitHub (Jul 1, 2019): This seems related to #1356
Author
Owner

@DHowett-MSFT commented on GitHub (Jul 2, 2019):

We should just call this a duplicate of #1356. Having configurable cursor styles/making invert work would be part of the same workitem.

@DHowett-MSFT commented on GitHub (Jul 2, 2019): We should just call this a duplicate of #1356. Having configurable cursor styles/making invert work would be part of the same workitem.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#2054