| Ansi |
|
| Ansi.NoAnsi |
|
| AnsiConsole |
|
| AnsiOutputStream |
A ANSI output stream extracts ANSI escape codes written to
an output stream and calls corresponding process* methods.
|
| AnsiPrintStream |
A ANSI print stream extracts ANSI escape codes written to
a print stream and calls corresponding process* methods.
|
| AnsiRenderer |
Renders ANSI color escape-codes in strings by parsing out some special syntax to pick up the correct fluff to use.
|
| AnsiRenderWriter |
Print writer which supports automatic ANSI color rendering via AnsiRenderer.
|
| AnsiString |
An ANSI string which reports the size of rendered text correctly (ignoring any ANSI escapes).
|
| FilterPrintStream |
A PrintStream filtering to another PrintStream, without making any assumption about encoding.
|
| HtmlAnsiOutputStream |
|