[PR #14467] Harden against resizing down to 0 columns/rows #30113

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

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

State: closed
Merged: Yes


This changeset includes various guards against resizing the terminal down to 0
columns/rows: The 2 TextBuffer locations that accept new sizes, as well as
the HwndTerminal::Refresh which was the entrypoint causing the issue.

Closes #14404

**Original Pull Request:** https://github.com/microsoft/terminal/pull/14467 **State:** closed **Merged:** Yes --- This changeset includes various guards against resizing the terminal down to 0 columns/rows: The 2 `TextBuffer` locations that accept new sizes, as well as the `HwndTerminal::Refresh` which was the entrypoint causing the issue. Closes #14404
claunia added the pull-request label 2026-01-31 09:38:42 +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#30113