getWindowWidth method

int getWindowWidth()

Implementation

int getWindowWidth() {
  return _stdout.terminalColumns;
}