ghostty_terminal_grid_ref function
GhosttyResult
ghostty_terminal_grid_ref(
- GhosttyTerminal terminal,
- GhosttyPoint point,
- 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),
);