-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Harden against resizing down to 0 columns/rows (#14467)
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 (cherry picked from commit c5d417f) Service-Card-Id: 87020511 Service-Version: 1.16
- Loading branch information
Showing
2 changed files
with
18 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters