The CursorStyle in TerminalTheme does not seem to work #20933

Open
opened 2026-01-31 07:28:15 +00:00 by claunia · 2 comments
Owner

Originally created by @wfjsw on GitHub (Dec 1, 2023).

Windows Terminal version

be9fc200c7

Windows build number

10.0.22631.2715

Other Software

No response

Steps to reproduce

https://github.com/microsoft/terminal/blob/main/src/cascadia/WpfTerminalTestNetCore/MainWindow.xaml.cs#L101

Change BlinkingBar to BlinkingBlock

Expected Behavior

No response

Actual Behavior

image

It's still BlinkingBar

Originally created by @wfjsw on GitHub (Dec 1, 2023). ### Windows Terminal version be9fc200c7b22c544103ec3304ca31c3b984031e ### Windows build number 10.0.22631.2715 ### Other Software _No response_ ### Steps to reproduce https://github.com/microsoft/terminal/blob/main/src/cascadia/WpfTerminalTestNetCore/MainWindow.xaml.cs#L101 Change `BlinkingBar` to `BlinkingBlock` ### Expected Behavior _No response_ ### Actual Behavior ![image](https://github.com/microsoft/terminal/assets/2220320/98a664b8-574f-4635-b914-797a97666cc4) It's still `BlinkingBar`
claunia added the Help WantedIssue-BugProduct-TerminalArea-WPFControl labels 2026-01-31 07:28:16 +00:00
Author
Owner

@wfjsw commented on GitHub (Dec 2, 2023):

The whole enum does not seems to correspond.
BlinkingBlock => BlinkingUnderline
BlinkingBlockDefault => BlinkingBlock

@wfjsw commented on GitHub (Dec 2, 2023): The whole enum does not seems to correspond. `BlinkingBlock` => `BlinkingUnderline` `BlinkingBlockDefault` => `BlinkingBlock`
Author
Owner

@zadjii-msft commented on GitHub (Dec 6, 2023):

That's entirely possible. The WPF control isn't super well supported right now. If you'd like to fix it, please go for it! I'll stick this in #6999. Thanks!

@zadjii-msft commented on GitHub (Dec 6, 2023): That's entirely possible. The WPF control isn't super well supported right now. If you'd like to fix it, please go for it! I'll stick this in #6999. Thanks!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#20933