pub type SgrParser = *mut SgrParserImpl;Expand description
Opaque handle to an SGR parser instance.
This handle represents an SGR (Select Graphic Rendition) parser that can be used to parse SGR sequences and extract individual text attributes.
pub type SgrParser = *mut SgrParserImpl;Opaque handle to an SGR parser instance.
This handle represents an SGR (Select Graphic Rendition) parser that can be used to parse SGR sequences and extract individual text attributes.