How I do change cursor shape? #1718

Closed
opened 2026-01-30 22:34:32 +00:00 by claunia · 11 comments
Owner

Originally created by @KiYugadgeter on GitHub (Jun 17, 2019).

How do I change cursor shape?
I have tried change cursor setting in settings json file to "solid",it does not react.

Originally created by @KiYugadgeter on GitHub (Jun 17, 2019). How do I change cursor shape? I have tried change cursor setting in settings json file to "solid",it does not react.
claunia added the Needs-TriageNeeds-Tag-Fix labels 2026-01-30 22:34:32 +00:00
Author
Owner

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

You've gotten far enough as to find the code, build the code, and find out that there's a cursorShape setting, and that's all fine and well...

The cursor shapes are filledBox, emptyBox, bar, underscore, and vintage.

@DHowett-MSFT commented on GitHub (Jun 17, 2019): You've gotten far enough as to find the code, build the code, and find out that there's a `cursorShape` setting, and that's all fine and well... The cursor shapes are `filledBox`, `emptyBox`, `bar`, `underscore`, and `vintage`.
Author
Owner

@KiYugadgeter commented on GitHub (Jun 17, 2019):

@DHowett-MSFT Which file should I see to list of values of settings?

@KiYugadgeter commented on GitHub (Jun 17, 2019): @DHowett-MSFT Which file should I see to list of values of settings?
Author
Owner

@oising commented on GitHub (Jun 17, 2019):

@KiYugadgeter I'm sure you could figure out how to search some text files for the words that Dustin listed above, no? :)

@oising commented on GitHub (Jun 17, 2019): @KiYugadgeter I'm sure you could figure out how to search some text files for the words that Dustin listed above, no? :)
Author
Owner

@yu-soong commented on GitHub (Aug 8, 2020):

Can I change the thickness of cursor if I set the cursorShape as "bar"?

@yu-soong commented on GitHub (Aug 8, 2020): Can I change the thickness of cursor if I set the cursorShape as "bar"?
Author
Owner

@SanePai commented on GitHub (Nov 4, 2020):

Is there a way I can change the thickness of the cursor? I like it a bit thicker than "bar" and less than "filledBox".

@SanePai commented on GitHub (Nov 4, 2020): Is there a way I can change the thickness of the cursor? I like it a bit thicker than "bar" and less than "filledBox".
Author
Owner

@zadjii-msft commented on GitHub (Nov 4, 2020):

@SanePai Check out the cursorHeight setting

@zadjii-msft commented on GitHub (Nov 4, 2020): @SanePai Check out the [`cursorHeight`](https://docs.microsoft.com/en-us/windows/terminal/customize-settings/profile-settings#cursor-height) setting
Author
Owner

@SanePai commented on GitHub (Nov 4, 2020):

@SanePai Check out the cursorHeight setting

I tried that. It works only with the "vintage" shape and a height of 100 is just the same as the "filledBox" shape.

@SanePai commented on GitHub (Nov 4, 2020): > @SanePai Check out the [`cursorHeight`](https://docs.microsoft.com/en-us/windows/terminal/customize-settings/profile-settings#cursor-height) setting I tried that. It works only with the "vintage" shape and a height of 100 is just the same as the "filledBox" shape.
Author
Owner

@zadjii-msft commented on GitHub (Nov 4, 2020):

Okay did you try other cursor heights? Like, 25 will be smaller than a filled box...

@zadjii-msft commented on GitHub (Nov 4, 2020): Okay did you try other cursor heights? Like, 25 will be smaller than a filled box...
Author
Owner

@SanePai commented on GitHub (Nov 4, 2020):

Okay did you try other cursor heights? Like, 25 will be smaller than a filled box...

Yeah. I did.
But that reduces the vertical dimension. I prefer mine full-sized vertically. I wanted to change the width of the cursor.

@SanePai commented on GitHub (Nov 4, 2020): > Okay did you try other cursor heights? Like, 25 will be smaller than a filled box... Yeah. I did. But that reduces the vertical dimension. I prefer mine full-sized vertically. I wanted to change the width of the cursor.
Author
Owner

@zadjii-msft commented on GitHub (Nov 4, 2020):

Ah, that's where the miscommunication was. I read "thickness" as "height". My bad!

We're tracking that feature request over in #3167

@zadjii-msft commented on GitHub (Nov 4, 2020): Ah, that's where the miscommunication was. I read "thickness" as "height". My bad! We're tracking that feature request over in #3167
Author
Owner

@SanePai commented on GitHub (Nov 4, 2020):

Oh okay. np.
Thanks. Ill keep an eye on that.

@SanePai commented on GitHub (Nov 4, 2020): Oh okay. np. Thanks. Ill keep an eye on that.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#1718