![]() |
Survival Royale 1.0.0
A very simple yet funny card game.
|
Declaration of constant values for ANSI module. More...
#include "includes.h"
Go to the source code of this file.
Macros | |
#define | FgBlack 30 |
ANSI standard black foreground color. | |
#define | FgRed 31 |
ANSI standard red foreground color. | |
#define | FgGreen 32 |
ANSI standard green foreground color. | |
#define | FgYellow 33 |
ANSI standard yellow foreground color. | |
#define | FgBlue 34 |
ANSI standard blue foreground color. | |
#define | FgMagenta 35 |
ANSI standard magenta foreground color. | |
#define | FgCyan 36 |
ANSI standard cyan foreground color. | |
#define | FgWhite 37 |
ANSI standard white foreground color. | |
#define | FgBrightBlack 90 |
ANSI standard bright black foreground color. | |
#define | FgBrightRed 91 |
ANSI standard bright red foreground color. | |
#define | FgBrightGreen 92 |
ANSI standard bright green foreground color. | |
#define | FgBrightYellow 93 |
ANSI standard bright yellow foreground color. | |
#define | FgBrightBlue 94 |
ANSI standard bright blue foreground color. | |
#define | FgBrightMagenta 95 |
ANSI standard bright magenta foreground color. | |
#define | FgBrightCyan 96 |
ANSI standard bright cyan foreground color. | |
#define | FgBrightWhite 97 |
ANSI standard bright white foreground color. | |
#define | BgBlack 40 |
ANSI standard black background color. | |
#define | BgRed 41 |
ANSI standard red background color. | |
#define | BgGreen 42 |
ANSI standard green background color. | |
#define | BgYellow 43 |
ANSI standard yellow background color. | |
#define | BgBlue 44 |
ANSI standard blue background color. | |
#define | BgMagenta 45 |
ANSI standard magenta background color. | |
#define | BgCyan 46 |
ANSI standard cyan background color. | |
#define | BgWhite 47 |
ANSI standard white background color. | |
#define | BgBrightBlack 100 |
ANSI standard bright black background color. | |
#define | BgBrightRed 101 |
ANSI standard bright red background color. | |
#define | BgBrightGreen 102 |
ANSI standard bright green background color. | |
#define | BgBrightYellow 103 |
ANSI standard bright yellow background color. | |
#define | BgBrightBlue 104 |
ANSI standard bright blue background color. | |
#define | BgBrightMagenta 105 |
ANSI standard bright magenta background color. | |
#define | BgBrightCyan 106 |
ANSI standard bright cyan background color. | |
#define | BgBrightWhite 107 |
ANSI standard bright white background color. | |
#define | No 20 |
Internal const value meaning that no underlining effect has to be applied. | |
#define | SingleUnderlined 21 |
Internal const value meaning that single underlining effect has to be applied. | |
#define | DoublyUnderlined 22 |
Internal const value meaning that double underlining effect has to be applied. |
Declaration of constant values for ANSI module.
Definition in file ansi_const.h.
#define BgBlack 40 |
ANSI standard black background color.
Definition at line 57 of file ansi_const.h.
#define BgBlue 44 |
ANSI standard blue background color.
Definition at line 65 of file ansi_const.h.
#define BgBrightBlack 100 |
ANSI standard bright black background color.
Definition at line 73 of file ansi_const.h.
#define BgBrightBlue 104 |
ANSI standard bright blue background color.
Definition at line 81 of file ansi_const.h.
#define BgBrightCyan 106 |
ANSI standard bright cyan background color.
Definition at line 85 of file ansi_const.h.
#define BgBrightGreen 102 |
ANSI standard bright green background color.
Definition at line 77 of file ansi_const.h.
#define BgBrightMagenta 105 |
ANSI standard bright magenta background color.
Definition at line 83 of file ansi_const.h.
#define BgBrightRed 101 |
ANSI standard bright red background color.
Definition at line 75 of file ansi_const.h.
#define BgBrightWhite 107 |
ANSI standard bright white background color.
Definition at line 87 of file ansi_const.h.
#define BgBrightYellow 103 |
ANSI standard bright yellow background color.
Definition at line 79 of file ansi_const.h.
#define BgCyan 46 |
ANSI standard cyan background color.
Definition at line 69 of file ansi_const.h.
#define BgGreen 42 |
ANSI standard green background color.
Definition at line 61 of file ansi_const.h.
#define BgMagenta 45 |
ANSI standard magenta background color.
Definition at line 67 of file ansi_const.h.
#define BgRed 41 |
ANSI standard red background color.
Definition at line 59 of file ansi_const.h.
#define BgWhite 47 |
ANSI standard white background color.
Definition at line 71 of file ansi_const.h.
#define BgYellow 43 |
ANSI standard yellow background color.
Definition at line 63 of file ansi_const.h.
#define DoublyUnderlined 22 |
Internal const value meaning that double underlining effect has to be applied.
Definition at line 94 of file ansi_const.h.
#define FgBlack 30 |
ANSI standard black foreground color.
Definition at line 24 of file ansi_const.h.
#define FgBlue 34 |
ANSI standard blue foreground color.
Definition at line 32 of file ansi_const.h.
#define FgBrightBlack 90 |
ANSI standard bright black foreground color.
Definition at line 40 of file ansi_const.h.
#define FgBrightBlue 94 |
ANSI standard bright blue foreground color.
Definition at line 48 of file ansi_const.h.
#define FgBrightCyan 96 |
ANSI standard bright cyan foreground color.
Definition at line 52 of file ansi_const.h.
#define FgBrightGreen 92 |
ANSI standard bright green foreground color.
Definition at line 44 of file ansi_const.h.
#define FgBrightMagenta 95 |
ANSI standard bright magenta foreground color.
Definition at line 50 of file ansi_const.h.
#define FgBrightRed 91 |
ANSI standard bright red foreground color.
Definition at line 42 of file ansi_const.h.
#define FgBrightWhite 97 |
ANSI standard bright white foreground color.
Definition at line 54 of file ansi_const.h.
#define FgBrightYellow 93 |
ANSI standard bright yellow foreground color.
Definition at line 46 of file ansi_const.h.
#define FgCyan 36 |
ANSI standard cyan foreground color.
Definition at line 36 of file ansi_const.h.
#define FgGreen 32 |
ANSI standard green foreground color.
Definition at line 28 of file ansi_const.h.
#define FgMagenta 35 |
ANSI standard magenta foreground color.
Definition at line 34 of file ansi_const.h.
#define FgRed 31 |
ANSI standard red foreground color.
Definition at line 26 of file ansi_const.h.
#define FgWhite 37 |
ANSI standard white foreground color.
Definition at line 38 of file ansi_const.h.
#define FgYellow 33 |
ANSI standard yellow foreground color.
Definition at line 30 of file ansi_const.h.
#define No 20 |
Internal const value meaning that no underlining effect has to be applied.
Definition at line 90 of file ansi_const.h.
#define SingleUnderlined 21 |
Internal const value meaning that single underlining effect has to be applied.
Definition at line 92 of file ansi_const.h.