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