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