[PR #13372] [1.14] Properly fix keyboard sln at top/bot #29524

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

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

State: closed
Merged: Yes


A port of commit 0c5a1e9 from #13358.
This fixes an oversight from #13353. That ended up not fixing when trying to move past the top boundary.
This is also a better fix overall. By moving the fix to _MoveByChar, we have consistency between all the _MoveByX functions in that they automatically clamp to be within the scroll area.

**Original Pull Request:** https://github.com/microsoft/terminal/pull/13372 **State:** closed **Merged:** Yes --- A port of commit 0c5a1e9 from #13358. This fixes an oversight from #13353. That ended up not fixing when trying to move past the top boundary. This is also a better fix overall. By moving the fix to `_MoveByChar`, we have consistency between all the `_MoveByX` functions in that they automatically clamp to be within the scroll area.
claunia added the pull-request label 2026-01-31 09:35:25 +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#29524