reset method

void reset()

Resets iteration state.

Implementation

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