Area-SettingsArea-TerminalControlHelp WantedIssue-BugPriority-3Product-Terminal
倉庫指標
- Star
- (35,764 star)
- PR 合併指標
- (平均合併 27天 19小時) (30 天內合併 24 個 PR)
描述
Windows Terminal version (or Windows build number)
1.8.1444.0
Other Software
No response
Steps to reproduce
settings.json:
{
...
"profiles":
{
"defaults":
{
...
"cursorShape": "filledBox",
"unfocusedAppearance": {
"cursorShape": "emptyBox"
}
},
...
},
...
}
Open Windows Terminal and some other application (e.g. Explorer) and move to that application so that Windows Terminal is unfocused.
Expected Behavior
Cursor changes to empty box.
Actual Behavior
Cursor disappears which makes the setting useless.