The EnableVTModeForWindowsConsole class to enable virtual terminal processing in the Windows terminal as used in the Decorator pattern. More...
Go to the source code of this file.
Classes | |
class | EnableVTModeForWindowsConsole |
Enables the virtual terminal processing mode on the current Windows Console. When the program ends, the state of the processing mode is restored to what it was before we got to it. More... | |
Namespaces | |
namespace | DesignPatternExamples_csharp |
The namespace containing all Design Pattern Examples implemented in C#. | |
The EnableVTModeForWindowsConsole class to enable virtual terminal processing in the Windows terminal as used in the Decorator pattern.
Definition in file EnableVTModeForWindowsConsole.cs.