cursorShape and cursorColor ignored #9754

Closed
opened 2026-01-31 02:03:03 +00:00 by claunia · 3 comments
Owner

Originally created by @mguthaus on GitHub (Jul 22, 2020).

Environment

Microsoft Windows [Version 10.0.20170.1000]
Windows Terminal version (if applicable): 1.0.1811.0

Steps to reproduce

Add following to settings:
"cursorShape": "filledBox",
"cursorColor": "#FF0000",

Expected behavior

This should change the cursor to a red filled box.

Actual behavior

I closed the app and restarted for good measure, but it remains a white vertical bar. Other settings such as the colorScheme take effect properly.

Originally created by @mguthaus on GitHub (Jul 22, 2020). # Environment ```none Microsoft Windows [Version 10.0.20170.1000] Windows Terminal version (if applicable): 1.0.1811.0 ``` # Steps to reproduce Add following to settings: "cursorShape": "filledBox", "cursorColor": "#FF0000", # Expected behavior This should change the cursor to a red filled box. # Actual behavior I closed the app and restarted for good measure, but it remains a white vertical bar. Other settings such as the colorScheme take effect properly.
claunia added the Needs-Tag-FixNeeds-Attention labels 2026-01-31 02:03:04 +00:00
Author
Owner

@mguthaus commented on GitHub (Jul 22, 2020):

I've confirmed that this also happens with a fresh install (and settings.json) using version Windows Terminal Preview
Version: 1.2.2022.0.

If it matters, I am using Ubuntu WSL as the terminal shell, but it also seems to not affect other shells.

@mguthaus commented on GitHub (Jul 22, 2020): I've confirmed that this also happens with a fresh install (and settings.json) using version Windows Terminal Preview Version: 1.2.2022.0. If it matters, I am using Ubuntu WSL as the terminal shell, but it also seems to not affect other shells.
Author
Owner

@DHowett commented on GitHub (Jul 23, 2020):

Wow, this is really unexpected.

Can you share your whole settings file? Even on a clean install, I get this:

image

image

image

image

@DHowett commented on GitHub (Jul 23, 2020): Wow, this is really unexpected. Can you share your whole settings file? Even on a clean install, I get this: ![image](https://user-images.githubusercontent.com/189190/88237752-c42ef980-cc34-11ea-83c8-a9b2ab796327.png) ![image](https://user-images.githubusercontent.com/189190/88237759-c8f3ad80-cc34-11ea-843c-099d4fc48cfa.png) ![image](https://user-images.githubusercontent.com/189190/88237807-e58fe580-cc34-11ea-9c53-934171d79dfa.png) ![image](https://user-images.githubusercontent.com/189190/88237814-ea549980-cc34-11ea-8454-56475610d2e9.png)
Author
Owner

@mguthaus commented on GitHub (Jul 23, 2020):

Ah! I thought this was a global parameter and not a per profile parameter. User error.

@mguthaus commented on GitHub (Jul 23, 2020): Ah! I thought this was a global parameter and not a per profile parameter. User error.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#9754