ghostty_osc_command_data function
bool
ghostty_osc_command_data(
- GhosttyOscCommand command,
- GhosttyOscCommandData data,
- 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);