ghostty_sgr_set_params function

GhosttyResult ghostty_sgr_set_params(
  1. GhosttySgrParser parser,
  2. Pointer<Uint16> params,
  3. Pointer<Char> separators,
  4. int len,
)

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),
);