getWindowHeight method

int getWindowHeight()

Implementation

int getWindowHeight() {
  return _stdout.terminalLines;
}