Go to the source code of this file.
|
C<color>: text color
CDEFAULT: default text color
BG<color>: background color
BGDEFAULT: default background color
S<style>: text style
SDEFAULT: default text style
|
#define | CRED "\033[31m" |
|
#define | CGREEN "\033[32m" |
|
#define | CDEFAULT "\033[39m" |
|
#define | BGRED "\033[41m" |
|
#define | BGGREEN "\033[42m" |
|
#define | BGDEFAULT "\033[49m" |
|
#define | SBOLD "\033[1m" |
|
#define | SDEFAULT "\033[21m" |
|
#define | LINEFILL "\033[K" |
|