scrollToBottom method

void scrollToBottom()

Scrolls back to the active bottom of the terminal.

Implementation

void scrollToBottom() {
  scrollViewport(const VtTerminalScrollViewport.bottom());
}