moveToBottomLeft method

void moveToBottomLeft()

Implementation

void moveToBottomLeft() {
  _stdout.write(ConsoleStrings.cursorTo(getWindowHeight(), 1));
}