microsoft/Terminal

Feature Request: CornerRadius on Cursor Shape

Open

#1.446 geöffnet am 22. Juni 2019

Auf GitHub ansehen
 (9 Kommentare) (4 Reaktionen) (0 zugewiesene Personen)C++ (3.212 Forks)batch import
Area-RenderingArea-SettingsHelp WantedIn-PRIssue-TaskProduct-Terminalgood first issue

Repository-Metriken

Stars
 (35.764 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 27T 19h) (24 gemergte PRs in 30 T)

Beschreibung

Summary of the new feature/enhancement

When setting the cursor shape to filledBox or vintage, it would be nice if you could round the corners of that shape.

Proposed technical implementation details (optional)

If the cursor is drawn from a shape, then you could add a setting for cursorCornerRadius: "2, 2, 2, 2" and apply that to the shape. If however the cursor image is drawn from a font in the glyph - then perhaps CascadiaCode could have rounded boxes for the cursors.

Contributor Guide