VtTerminalScrollViewport.top constructor

const VtTerminalScrollViewport.top()

Scroll to the top of the scrollback.

Implementation

const VtTerminalScrollViewport.top()
  : this._(
      bindings.GhosttyTerminalScrollViewportTag.GHOSTTY_SCROLL_VIEWPORT_TOP,
    );