microsoft/Terminal
Auf GitHub ansehenHow to avoid changing cursorShape when focus terminal window if I set `unfocusedAppearance`
Open
#18.174 geöffnet am 11. Nov. 2024
Area-TerminalControlHelp WantedIssue-BugProduct-Terminal
Repository-Metriken
- Stars
- (35.764 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 27T 19h) (24 gemergte PRs in 30 T)
Beschreibung
Windows Terminal version
1.21.2911.0
Windows build number
10.0.22631.0
Other Software
NVIM v0.10.2
Steps to reproduce
- snippet in settings.json
"opacity": 50,
"cursorShape": "underscore",
"unfocusedAppearance": {
"opacity": 90
},
- open
nvim, current cursor shape isblock - press
alt+tabto focus another window, then press it again to focus back to terminal - cursor shape changes to
underscore. (If I delete theunfocusedAppearancein settings.json, the cursor shape does not change after focus back)
Expected Behavior
When I set unfocusedAppearance, do not change my cursor shape after focus back to terminal window.
Actual Behavior
Cursor shape changes to underscore that I set in cursorShape.