gotoTop method

void gotoTop()

Move selection to first row.

Implementation

void gotoTop() {
  moveUp(_cursor);
}