ghostty_render_state_begin_update function
GhosttyResult
ghostty_render_state_begin_update(
- GhosttyRenderState state,
- GhosttyTerminal terminal
Implementation
GhosttyResult ghostty_render_state_begin_update(
GhosttyRenderState state,
GhosttyTerminal terminal,
) => GhosttyResult.fromValue(
_ghostty_render_state_begin_update(state, terminal),
);