pub unsafe extern "C" fn chafa_term_info_emit_disable_insert(
term_info: *const ChafaTermInfo,
dest: *mut gchar,
) -> *mut gcharExpand description
chafa_term_info_emit_disable_insert: @term_info: A #ChafaTermInfo @dest: String destination
Prints the control sequence for #CHAFA_TERM_SEQ_DISABLE_INSERT.
@dest must have enough space to hold #CHAFA_TERM_SEQ_LENGTH_MAX bytes, even if the emitted sequence is shorter. The output will not be zero-terminated.
Returns: Pointer to first byte after emitted string
Since: 1.6