[PR #16989] Add clamping of initial rows and columns settings #31083

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

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

State: closed
Merged: Yes


This clamps the initial rows and columns settings in two areas:

  • When reading the JSON file
  • In the settings dialogue

For consistency, I've also added a minimum value to the NumberBoxes even
though the default Minimum is 1. The Maximum and Minimum are taken from
the JSON Schema file (Min 1, Max 999).

Closes #11957

**Original Pull Request:** https://github.com/microsoft/terminal/pull/16989 **State:** closed **Merged:** Yes --- This clamps the initial rows and columns settings in two areas: - When reading the JSON file - In the settings dialogue For consistency, I've also added a minimum value to the NumberBoxes even though the default Minimum is 1. The Maximum and Minimum are taken from the JSON Schema file (Min 1, Max 999). Closes #11957
claunia added the pull-request label 2026-01-31 09:44:57 +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#31083