Table of Contents

Enum CliAnsiSupport

Namespace
ItTiger.TigerCli.Enums
Assembly
ItTiger.TigerCli.dll
The level of ANSI support detected for a console stream by TerminalCapabilities. Used by the sink factory to decide whether Auto may upgrade to an ANSI sink.
public enum CliAnsiSupport

Fields

Ansi16 = 1
ANSI escape sequences are supported, but only the standard 16 colours are assumed.
Ansi256 = 2
Faithful ANSI 256-colour output is safely supported.
None = 0
No ANSI upgrade is safe (redirected, NO_COLOR, dumb terminal, or unprobeable Windows console).