ghostty_grid_ref_style function

GhosttyResult ghostty_grid_ref_style(
  1. Pointer<GhosttyGridRef> ref,
  2. Pointer<GhosttyStyle> out_style
)

Implementation

GhosttyResult ghostty_grid_ref_style(
  ffi.Pointer<GhosttyGridRef> ref,
  ffi.Pointer<GhosttyStyle> out_style,
) => GhosttyResult.fromValue(_ghostty_grid_ref_style(ref, out_style));