scrollToScrollbackOffset

fun scrollToScrollbackOffset(scrollbackOffset: Int)

Scrolls to an absolute scrollback offset.

The offset uses terminal-native coordinates: 0 is live output and larger values move farther back into scrollback history. Values beyond available history are clamped on the EDT.

Parameters

scrollbackOffset

requested whole-row offset from live output.