Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix chunked soft fonts not working (#16349)
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 ✅ (cherry picked from commit bdf2f6f) Service-Card-Id: 91283205 Service-Version: 1.19
- Loading branch information