resetCursor method

void resetCursor()

Resets the cursor position

Implementation

void resetCursor() {
  _cursor = 0;
}