cli_ansi_parser_feed_timeout

Function cli_ansi_parser_feed_timeout 

Source
pub unsafe extern "C" fn cli_ansi_parser_feed_timeout(
    parser: *mut CliAnsiParser,
) -> CliAnsiParserResult
Expand description

Feeds an ANSI parser a timeout event

As a user of the ANSI parser API, you are responsible for calling this function some time after the last character was fed into the parser. The recommended timeout is about 10 ms. The exact value does not matter as long as it is small enough for the user not notice a delay, but big enough that when a terminal is sending an escape sequence, this function does not get called in between the characters of the sequence.