VtTerminalScrollViewport.delta constructor
- int delta
Scroll by delta rows. Negative values move up.
Implementation
const VtTerminalScrollViewport.delta(int delta)
: this._(
bindings.GhosttyTerminalScrollViewportTag.GHOSTTY_SCROLL_VIEWPORT_DELTA,
delta: delta,
);