ascii-chat 0.8.38
Real-time terminal-based video chat with ASCII art conversion
Loading...
Searching...
No Matches
sgr256_seq_t Struct Reference

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.
 

Detailed Description

Pre-computed 256-color ANSI SGR sequence.

Definition at line 53 of file ascii_simd_color.c.

Field Documentation

◆ len

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().

◆ seq

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().


The documentation for this struct was generated from the following file: