Design Pattern Examples
Overview of object-oriented design patterns
enablevtmode.cpp File Reference

Implementation of the enableVTMode() function for configuring standard input to support the virtual terminal mode (on Windows). More...

Go to the source code of this file.

Namespaces

namespace  Helpers
 The namespace containing all the "helper" functions in the C++ code.
 

Functions

void enableVTMode ()
 On Windows, enable the virtual terminal processing mode on the Console's output handle. On all other operating systems, this function does nothing.
 

Detailed Description

Implementation of the enableVTMode() function for configuring standard input to support the virtual terminal mode (on Windows).

Definition in file enablevtmode.cpp.