restoreCursor method

void restoreCursor()

Implementation

void restoreCursor() {
  _cur = _saved.clone();
}