Design Pattern Examples
Overview of object-oriented design patterns
lusplus/helpers/enablevtmode.h File Reference

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

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

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

Macros

#define __ENABLEVTMODE_H__
 

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

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

Definition in file lusplus/helpers/enablevtmode.h.

Macro Definition Documentation

◆ __ENABLEVTMODE_H__

#define __ENABLEVTMODE_H__

Definition at line 8 of file lusplus/helpers/enablevtmode.h.