pub unsafe extern "C" fn ghostty_mode_report_encode(
mode: Mode,
state: Type,
buf: *mut c_char,
buf_len: usize,
out_written: *mut usize,
) -> TypeExpand description
Encode a DECRPM (DEC Private Mode Report) response sequence.
Writes a mode report escape sequence into the provided buffer. The generated sequence has the form:
- DEC private mode: CSI ? Ps1 ; Ps2 $ y
- ANSI mode: CSI Ps1 ; Ps2 $ y
If the buffer is too small, the function returns GHOSTTY_OUT_OF_SPACE and writes the required buffer size to @p out_written. The caller can then retry with a sufficiently sized buffer.
GHOSTTY_OUT_OF_SPACE, the required buffer size.
is too small