ghostty_grid_ref_cell function

GhosttyResult ghostty_grid_ref_cell(
  1. Pointer<GhosttyGridRef> ref,
  2. Pointer<GhosttyCell> out_cell
)

Implementation

GhosttyResult ghostty_grid_ref_cell(
  ffi.Pointer<GhosttyGridRef> ref,
  ffi.Pointer<GhosttyCell> out_cell,
) => GhosttyResult.fromValue(_ghostty_grid_ref_cell(ref, out_cell));