Exemplo n.º 1
0
 public void resetScrollPosition() {
   // if we're in scrollback, scroll to bottom of window on input
   if (buffer.windowBase != buffer.screenBase) buffer.setWindowBase(buffer.screenBase);
 }