ChafaTermInfoError

Type Alias ChafaTermInfoError 

Source
pub type ChafaTermInfoError = c_uint;
Expand description

ChafaTermInfoError: @CHAFA_TERM_INFO_ERROR_SEQ_TOO_LONG: A control sequence could exceed #CHAFA_TERM_SEQ_LENGTH_MAX bytes if formatted with maximum argument lengths. @CHAFA_TERM_INFO_ERROR_BAD_ESCAPE: An illegal escape sequence was used. @CHAFA_TERM_INFO_ERROR_BAD_ARGUMENTS: A control sequence specified more than the maximum number of arguments, or an argument index was out of range.

Error codes returned by control sequence parsing.