ghostty_terminal_grid_ref function

GhosttyResult ghostty_terminal_grid_ref(
  1. GhosttyTerminal terminal,
  2. GhosttyPoint point,
  3. Pointer<GhosttyGridRef> out_ref
)

Implementation

GhosttyResult ghostty_terminal_grid_ref(
  GhosttyTerminal terminal,
  GhosttyPoint point,
  ffi.Pointer<GhosttyGridRef> out_ref,
) => GhosttyResult.fromValue(
  _ghostty_terminal_grid_ref(terminal, point, out_ref),
);