selectFirstSegment method

void selectFirstSegment()

Selects the first segment.

Implementation

void selectFirstSegment() {
  index = 0;
}