reset method

void reset()

Resets parser state.

Implementation

void reset() {
  _ensureOpen();
  bindings.ghostty_osc_reset(_handle);
}