ghostty_grid_ref_style function
GhosttyResult
ghostty_grid_ref_style(
- Pointer<
GhosttyGridRef> ref, - 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));