diff options
author | Stefan Pöschel <github@basicmaster.de> | 2017-04-07 23:54:53 +0200 |
---|---|---|
committer | Stefan Pöschel <github@basicmaster.de> | 2017-04-07 23:55:20 +0200 |
commit | d0f13d44c93862948664eae14584c5e31f8ba745 (patch) | |
tree | f754d4001a4bc86a1b52993f52e38d38f594853f /src/common.h | |
parent | 78ca13d1a7d837008ef5339746773b2abbf3ca2f (diff) | |
download | ODR-PadEnc-d0f13d44c93862948664eae14584c5e31f8ba745.tar.gz ODR-PadEnc-d0f13d44c93862948664eae14584c5e31f8ba745.tar.bz2 ODR-PadEnc-d0f13d44c93862948664eae14584c5e31f8ba745.zip |
Move ANSI color tokens to common part
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h index a2981c4..699e7c3 100644 --- a/src/common.h +++ b/src/common.h @@ -33,6 +33,12 @@ #endif +// ANSI colors +#define ODR_COLOR_DL "\x1B[36m" // DL text +#define ODR_COLOR_SLS "\x1B[33m" // SLS image +#define ODR_COLOR_RST "\x1B[0m" // reset + + #include <string> #include <vector> #include <sstream> |