How to avoid changing cursorShape when focus terminal window if I set unfocusedAppearance
#18174
Labels
Area-TerminalControl
Issues pertaining to the terminal control (input, selection, keybindings, mouse interaction, etc.)
Help Wanted
We encourage anyone to jump in on these.
Issue-Bug
It either shouldn't be doing this or needs an investigation.
Product-Terminal
The new Windows Terminal.
Milestone
Windows Terminal version
1.21.2911.0
Windows build number
10.0.22631.0
Other Software
NVIM v0.10.2
Steps to reproduce
nvim
, current cursor shape isblock
alt
+tab
to focus another window, then press it again to focus back to terminalunderscore
. (If I delete theunfocusedAppearance
in 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 incursorShape
.The text was updated successfully, but these errors were encountered: