cursorStart method

void cursorStart()

Move cursor to start.

Implementation

void cursorStart() {
  position = 0;
}