|
ascii-chat 0.8.38
Real-time terminal-based video chat with ASCII art conversion
|
Pre-computed 256-color ANSI SGR sequence. More...
Data Fields | |
| char | seq [12] |
| ANSI sequence string (max 11 bytes for "\e[38;5;NNNm") | |
| uint8_t | len |
| Length of sequence string. | |
Pre-computed 256-color ANSI SGR sequence.
Definition at line 53 of file ascii_simd_color.c.
| uint8_t sgr256_seq_t::len |
Length of sequence string.
Definition at line 55 of file ascii_simd_color.c.
Referenced by get_sgr256_bg_string(), and get_sgr256_fg_string().
| char sgr256_seq_t::seq[12] |
ANSI sequence string (max 11 bytes for "\e[38;5;NNNm")
Definition at line 54 of file ascii_simd_color.c.
Referenced by get_sgr256_bg_string(), and get_sgr256_fg_string().