Property PreserveLegacySGRParameters
- Namespace
- Microlithix.Text.Ansi
- Assembly
- AnsiParser.dll
PreserveLegacySGRParameters
When this property is false, the parser will convert
legacy SGR parameters to the standardized format defined
in ECMA-48 and
ISO/IEC 8613-6.
When this property is true, then any legacy
SGR parameters will be preserved in their original form.
The default value is false.
public bool PreserveLegacySGRParameters { get; init; }
Property Value
Remarks
See Legacy SGR Parameters for a discussion of standardized and legacy SGR parameters.