ghostty_cell_get function
- DartGhosttyCell cell,
- GhosttyCellData data,
- Pointer<
Void> out
Implementation
GhosttyResult ghostty_cell_get(
DartGhosttyCell cell,
GhosttyCellData data,
ffi.Pointer<ffi.Void> out,
) => GhosttyResult.fromValue(_ghostty_cell_get(cell, data.value, out));