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>
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.
kind:method, kind:property, kind:ctor. Press Esc to clear.AnsiEnabledGets a value indicating whether ANSI/VT escape sequences should be emitted at all.OscTerminationGets the preferred terminator to use when emitting OSC strings.Prefer7BitC1Gets a value indicating whether the output should prefer 7-bit escape sequences (e.g. ESC [) instead of 8-bit C1 control codes (e.g. CSI as a single byte).SupportsOsc8Gets a value indicating whether OSC 8 hyperlinks should be emitted.