VtTerminalScrollViewport.bottom constructor

const VtTerminalScrollViewport.bottom()

Scroll to the bottom of the active screen.

Implementation

const VtTerminalScrollViewport.bottom()
  : this._(
      bindings
          .GhosttyTerminalScrollViewportTag
          .GHOSTTY_SCROLL_VIEWPORT_BOTTOM,
    );