microsoft/Terminal

unfocusedAppearance cursorShape doesn't work

Offen

#10.215 geöffnet am 26.05.2021

 (7 Kommentare) (3 Reaktionen) (1 zugewiesene Person)C++ (9.275 Forks)batch import
Area-SettingsArea-TerminalControlHelp WantedIssue-BugPriority-3Product-Terminal

Repository-Metriken

Stars
 (103.173 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide