pub fn parse_ansi_sgr(text: &str) -> SGRParser<'_>
Expand description

Creates a parser for Select Graphic Rendition(SGR) sequences.

NOTE: The interace is not very stable yet.