[PR #14458] Clean up til::point/size/rect member usage #30103

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

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

State: closed
Merged: Yes


This is a follow-up of #13025 to make the members of til::point/size/rect
uniform and consistent without the use of unions. The only file that has
any changes is src/host/getset.cpp where an if condition was simplified.

Validation Steps Performed

  • Host unit tests
  • Host feature tests
  • ControlCore feature tests
**Original Pull Request:** https://github.com/microsoft/terminal/pull/14458 **State:** closed **Merged:** Yes --- This is a follow-up of #13025 to make the members of `til::point/size/rect` uniform and consistent without the use of `unions`. The only file that has any changes is `src/host/getset.cpp` where an if condition was simplified. ## Validation Steps Performed * Host unit tests ✅ * Host feature tests ✅ * ControlCore feature tests ✅
claunia added the pull-request label 2026-01-31 09:38:39 +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#30103