VirtualTerminal Class

Provides helper methods for console Virtual Terminal sequences.

Definition

Namespace: Ookii.CommandLine.Terminal
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.1.1
C#
public static class VirtualTerminal
Inheritance
Object    VirtualTerminal

Remarks

Virtual terminal sequences are used to add color to various aspects of the usage help, if enabled by the UsageWriter class.

Methods

EnableColor Enables color support using virtual terminal sequences for the console attached to the specified stream.
EnableVirtualTerminalSequences Enables virtual terminal sequences for the console attached to the specified stream.

Fields

Escape The escape character that begins all Virtual Terminal sequences.

See Also