[PR #19330] Move all blink handling into Renderer #31799

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

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

State: closed
Merged: Yes


This PR moves the cursor blinker and VT blink rendition timer into
Renderer. To do so, this PR introduces a generic timer system with
which you can schedule arbitrary timer jobs. Thanks to this, this PR
removes a crapton of code, particularly throughout conhost.

Validation Steps Performed

  • Focus/unfocus starts/stops blinking
  • OS-wide blink settings apply on focus
**Original Pull Request:** https://github.com/microsoft/terminal/pull/19330 **State:** closed **Merged:** Yes --- This PR moves the cursor blinker and VT blink rendition timer into `Renderer`. To do so, this PR introduces a generic timer system with which you can schedule arbitrary timer jobs. Thanks to this, this PR removes a crapton of code, particularly throughout conhost. ## Validation Steps Performed * Focus/unfocus starts/stops blinking ✅ * OS-wide blink settings apply on focus ✅
claunia added the pull-request label 2026-01-31 09:49:39 +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#31799