[PR #5196] Reduce CursorChanged Events for Accessibility #26174

Closed
opened 2026-01-31 09:14:25 +00:00 by claunia · 0 comments
Owner

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

State: closed
Merged: Yes


Summary of the Pull Request

Reduce the number of times we dispatch a cursor changed event. We were firing it every time the renderer had to do anything related to the cursor. Unfortunately, blinking the cursor triggered this behavior. Now we just check if the position has changed.

PR Checklist

Validation Steps Performed

Verified using Narrator
Also verified #3791 still works right

**Original Pull Request:** https://github.com/microsoft/terminal/pull/5196 **State:** closed **Merged:** Yes --- ## Summary of the Pull Request Reduce the number of times we dispatch a cursor changed event. We were firing it every time the renderer had to do anything related to the cursor. Unfortunately, blinking the cursor triggered this behavior. Now we just check if the position has changed. ## PR Checklist * [X] Closes #5143 ## Validation Steps Performed Verified using Narrator Also verified #3791 still works right
claunia added the pull-request label 2026-01-31 09:14:25 +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#26174