[PR #16411] Fix scroll-forward-disable setting #30914

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

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

State: closed
Merged: Yes


The final parameter, updateBottom, controls not just whether the
_virtualBottom is updated, but also whether the position is clamped
to be within the existing _virtualBottom. Setting this to false
thus broke scroll-forward as the _virtualBottom was now a constant.

Validation Steps Performed

  • Disable scroll-foward
  • Press and hold Ctrl+C
  • It scrolls past the viewport bottom
**Original Pull Request:** https://github.com/microsoft/terminal/pull/16411 **State:** closed **Merged:** Yes --- The final parameter, `updateBottom`, controls not just whether the `_virtualBottom` is updated, but also whether the position is clamped to be within the existing `_virtualBottom`. Setting this to `false` thus broke scroll-forward as the `_virtualBottom` was now a constant. ## Validation Steps Performed * Disable scroll-foward * Press and hold Ctrl+C * It scrolls past the viewport bottom ✅
claunia added the pull-request label 2026-01-31 09:43:48 +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#30914