[PR #2892] Add support for solid cursor blinking style #25143

Open
opened 2026-01-31 09:07:33 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/2892

State: closed
Merged: No


Summary of the Pull Request

Added cursor blinking style. Mainly for solid cursor blinking style which simply disables binking.

References

PR Checklist

Detailed Description of the Pull Request / Additional comments

The idea is from #1379 and VSCode. VSCode has several cursor blinking style, including blink, solid, and other animated styles.

Validation Steps Performed

Add configurationi to profile and see how it looks like:

{
    "cursorShape": "filledBox",
    "cursorBlinking": "solid",
}
**Original Pull Request:** https://github.com/microsoft/terminal/pull/2892 **State:** closed **Merged:** No --- <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? --> ## Summary of the Pull Request Added cursor blinking style. Mainly for solid cursor blinking style which simply disables binking. ## References ## PR Checklist * [X] Closes #1379 * [X] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [ ] Tests added/passed * [X] Requires documentation to be updated * [X] I've discussed this with core contributors already. If not checked, I'm ready to accept this work might be rejected in favor of a different grand plan. <!-- Provide a more detailed description of the PR, other things fixed or any additional comments/features here --> ## Detailed Description of the Pull Request / Additional comments The idea is from #1379 and VSCode. VSCode has several cursor blinking style, including `blink`, `solid`, and other animated styles. <!-- Describe how you validated the behavior. Add automated tests wherever possible, but list manual validation steps taken as well --> ## Validation Steps Performed Add configurationi to profile and see how it looks like: ```json { "cursorShape": "filledBox", "cursorBlinking": "solid", } ```
claunia added the pull-request label 2026-01-31 09:07:33 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#25143