DartGhosttyTerminalColorSchemeFnFunction typedef

DartGhosttyTerminalColorSchemeFnFunction = bool Function(GhosttyTerminal terminal, Pointer<Void> userdata, Pointer<UnsignedInt> out_scheme)

Implementation

typedef DartGhosttyTerminalColorSchemeFnFunction =
    bool Function(
      GhosttyTerminal terminal,
      ffi.Pointer<ffi.Void> userdata,
      ffi.Pointer<ffi.UnsignedInt> out_scheme,
    );