newLine method

void newLine()

Implementation

void newLine() {
  if (_terminal.newLineMode) {
    setCursorX(0);
  }

  index();
}