ghostty_osc_command_data function

bool ghostty_osc_command_data(
  1. GhosttyOscCommand command,
  2. GhosttyOscCommandData data,
  3. Pointer<Void> out
)

Implementation

bool ghostty_osc_command_data(
  GhosttyOscCommand command,
  GhosttyOscCommandData data,
  ffi.Pointer<ffi.Void> out,
) => _ghostty_osc_command_data(command, data.value, out);