ghostty_render_state_begin_update function

GhosttyResult ghostty_render_state_begin_update(
  1. GhosttyRenderState state,
  2. GhosttyTerminal terminal
)

Implementation

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