AnsiMode
Defines ANSI rendering behavior.
- Kind:
Enum - Namespace: Repl.Rendering
- Assembly:
Repl.Core - Source: src/Repl.Core/Rendering/AnsiMode.cs
Signature
Section titled “Signature”public enum AnsiModeFields
Section titled “Fields”Always
Section titled “Always”Force ANSI output.
Always = 1Returns
Section titled “Returns”Auto-detect support.
Auto = 0Returns
Section titled “Returns”Disable ANSI output.
Never = 2