cursorEnd method

void cursorEnd()

Implementation

void cursorEnd() {
  _col = _lines[_row].length;
}