[PR #4449] Adjust GetBoundingRect() for Inclusive end #25767

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

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

State: closed
Merged: Yes


Summary of the Pull Request

GetBoundingRect() has inclusive endpoints. I previously assumed end was exclusive so I drew the bounding rect wrong.

This also means that we should allow start and end to be the same. Which means that FailFastIf would get hit...

**Original Pull Request:** https://github.com/microsoft/terminal/pull/4449 **State:** closed **Merged:** Yes --- ## Summary of the Pull Request `GetBoundingRect()` has inclusive endpoints. I previously assumed end was exclusive so I drew the bounding rect wrong. This also means that we should allow start and end to be the same. Which means that FailFastIf would get hit...
claunia added the pull-request label 2026-01-31 09:11:40 +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#25767