AnsiCapabilities Class

Definition

Describes which ANSI/VT features are available and should be used when emitting escape sequences.

[NullableContext((byte)1)]
[Nullable((byte)0)]
public record AnsiCapabilities : IEquatable<AnsiCapabilities>

Remarks

Terminals and hosts differ in what they support. For example, some environments support only 16 colors, some support 256-color indexed palettes, and some support truecolor (24-bit RGB). Some hosts also disable ANSI interpretation entirely.

Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (2)

Fields (1)

Properties (8)

Methods (6)

Operators (2)