ghostty_size_report_encode function
- GhosttySizeReportStyle style,
- GhosttySizeReportSize size,
- Pointer<
Char> buf, - int buf_len,
- Pointer<
Size> out_written,
Implementation
GhosttyResult ghostty_size_report_encode(
GhosttySizeReportStyle style,
GhosttySizeReportSize size,
ffi.Pointer<ffi.Char> buf,
int buf_len,
ffi.Pointer<ffi.Size> out_written,
) => GhosttyResult.fromValue(
_ghostty_size_report_encode(style.value, size, buf, buf_len, out_written),
);