[PR #16349] Fix chunked soft fonts not working #30903

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

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

State: closed
Merged: Yes


This changeset fixes an issue caused by #15991 where "chunked" escape
sequences would get corrupted. The fix is to simply not flush eagerly
anymore. I tried my best to keep the input lag reduction from #15991,
but unfortunately this isn't possible for console APIs.

Closes #16079

Validation Steps Performed

  • type ascii.com produces soft font ASCII characters
**Original Pull Request:** https://github.com/microsoft/terminal/pull/16349 **State:** closed **Merged:** Yes --- This changeset fixes an issue caused by #15991 where "chunked" escape sequences would get corrupted. The fix is to simply not flush eagerly anymore. I tried my best to keep the input lag reduction from #15991, but unfortunately this isn't possible for console APIs. Closes #16079 ## Validation Steps Performed * `type ascii.com` produces soft font ASCII characters ✅
claunia added the pull-request label 2026-01-31 09:43:43 +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#30903