[PR #17573] Abstract Write/FillOutput APIs with FillConsoleImpl #31277

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

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

State: closed
Merged: Yes


This abstraction will help #17510 inject its ConPTY-specific behavior
into all 6 relevant console API functions simultaneously. This avoids
having to repeat the same prologue and epilogue 4 times.
Ideally, we'd use composition here, but I found it to be a bad fit.

**Original Pull Request:** https://github.com/microsoft/terminal/pull/17573 **State:** closed **Merged:** Yes --- This abstraction will help #17510 inject its ConPTY-specific behavior into all 6 relevant console API functions simultaneously. This avoids having to repeat the same prologue and epilogue 4 times. Ideally, we'd use composition here, but I found it to be a bad fit.
claunia added the pull-request label 2026-01-31 09:46:15 +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#31277