scrollToTop method

void scrollToTop()

Scrolls to the top of the terminal scrollback.

Implementation

void scrollToTop() {
  scrollViewport(const VtTerminalScrollViewport.top());
}