update method

void update()

Implementation

void update() {
  _ensureOpen();
  _terminal._ensureOpen();
  _checkResult(
    bindings.ghostty_render_state_update(_handle, _terminal._handle),
    'ghostty_render_state_update',
  );
}