#include <string>
Go to the source code of this file.
Macro Definition Documentation
| #define ALERTTEXT "\033[47m\033[0;31m" |
| #define BG_BLUE "\033[44m" |
| #define BG_CYAN "\033[46m" |
| #define BG_GREEN "\033[42m" |
| #define BG_MAGENTA "\033[45m" |
| #define BG_RED "\033[41m" |
| #define BG_WHITE "\033[47m" |
| #define BG_YELLOW "\033[43m" |
| #define BLACK "\033[1;30m" |
| #define BLUE "\033[1;34m" |
| #define CURSOR_DOWN "\033[1B" |
| #define CURSOR_UP "\033[1A" |
| #define CYAN "\033[1;36m" |
| #define DBLACK "\033[0;30m" |
| #define DBLUE "\033[0;34m" |
| #define DCYAN "\033[0;36m" |
| #define DGREEN "\033[0;32m" |
| #define DMAGENTA "\033[0;35m" |
| #define DRED "\033[0;31m" |
| #define DWHITE "\033[0;37m" |
| #define DYELLOW "\033[0;33m" |
| #define GREEN "\033[1;32m" |
| #define GRUT_RELEASE "0.01 " |
| #define HIDE_CURSOR "\033[?25l" |
| #define MAGENTA "\033[1;35m" |
| #define RESET_COLOR "\033[m" |
| #define SHOW_CURSOR "\033[?25h" |
| #define WHITE "\033[1;37m" |
| #define YELLOW "\033[1;33m" |
Function Documentation
| const std::string& ProgramName |
( |
void |
| ) |
|