chafa_term_info_emit_delete_ctrl_key

Function chafa_term_info_emit_delete_ctrl_key 

Source
pub unsafe extern "C" fn chafa_term_info_emit_delete_ctrl_key(
    term_info: *const ChafaTermInfo,
    dest: *mut gchar,
) -> *mut gchar
Expand description

chafa_term_info_emit_delete_ctrl_key: @term_info: A #ChafaTermInfo @dest: String destination

Prints the control sequence for #CHAFA_TERM_SEQ_DELETE_CTRL_KEY.

@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.14