tabSetAtCursor method

void tabSetAtCursor()

Implementation

void tabSetAtCursor() {
  tabs.setAt(_tabIndexFromCursor);
}