ghostty_sgr_set_params function
Implementation
GhosttyResult ghostty_sgr_set_params(
GhosttySgrParser parser,
ffi.Pointer<ffi.Uint16> params,
ffi.Pointer<ffi.Char> separators,
int len,
) => GhosttyResult.fromValue(
_ghostty_sgr_set_params(parser, params, separators, len),
);