VirtualTerminal Class
Provides helper methods for console Virtual Terminal sequences.
Namespace: Ookii.CommandLine.TerminalAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.1.1
public static class VirtualTerminal
Public NotInheritable Class VirtualTerminal
You do not need to declare an instance of a static class in order to access its members.
public ref class VirtualTerminal abstract sealed
- Inheritance
- Object VirtualTerminal
Virtual terminal sequences are used to add color to various aspects of the usage help,
if enabled by the UsageWriter class.
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.
|
Escape |
The escape character that begins all Virtual Terminal sequences.
|