microsoft/Terminal

unfocusedAppearance cursorShape doesn't work

Aberta

#10.215 aberto em 26 de mai. de 2021

 (7 comentários) (3 reações) (1 responsável)C++ (9.275 forks)batch import
Area-SettingsArea-TerminalControlHelp WantedIssue-BugPriority-3Product-Terminal

Métricas do repositório

Stars
 (103.173 estrelas)
Métricas de merge de PR
 (Mesclagem média 27d 19h) (24 fundiu PRs em 30d)

Description

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.

Guia do colaborador