|
CPPConsole
|
#include <stdio.h>#include <sys/ioctl.h>#include <termios.h>#include <unistd.h>Go to the source code of this file.
Namespaces | |
| namespace | console |
| Namespace Containing all console commands. | |
Functions | |
| bool | isANSIEnabled () |
| Checks if ANSI Codes are enable in windows. | |
| void | enableANSI () |
| Enables ANSI for Windows environments. | |