scrollFromScrollbar

open override fun scrollFromScrollbar(scrollbackOffset: Int, valueIsAdjusting: Boolean)

Moves the viewport to scrollbackOffset terminal rows above live output.

While valueIsAdjusting is true, implementations must apply the row immediately so content never lags behind the thumb. A release publishes the same already-aligned row as a completed scroll.

Parameters

scrollbackOffset

non-negative integer scrollback offset.

valueIsAdjusting

whether the scrollbar thumb is actively held.