gotoBottom method

void gotoBottom()

Move selection to last row.

Implementation

void gotoBottom() {
  moveDown(_rows.length);
}