Gets 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).
public bool Prefer7BitC1 {[CompilerGenerated]
get; [CompilerGenerated]
init; }
This library currently emits 7-bit sequences only; this option exists to keep the capability model explicit.