ghostty_cell_get function

GhosttyResult ghostty_cell_get(
  1. DartGhosttyCell cell,
  2. GhosttyCellData data,
  3. 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));