[PR #17022] Buffer Restore: Fix serializing >32KiB #31094

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

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

State: closed
Merged: Yes


I forgot to buffer.clear() after a write. Whoops.

This includes 2 additional, smaller improvements that I just happened
to notice: The GenRTF code calls to_string despite using fmt.

**Original Pull Request:** https://github.com/microsoft/terminal/pull/17022 **State:** closed **Merged:** Yes --- I forgot to `buffer.clear()` after a write. Whoops. This includes 2 additional, smaller improvements that I just happened to notice: The `GenRTF` code calls `to_string` despite using `fmt`.
claunia added the pull-request label 2026-01-31 09:45:03 +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#31094