Go to the documentation of this file.
18 #ifndef __TERMINAL_CODES_H
19 #define __TERMINAL_CODES_H
30 #define _SGR(x) "\033[" #x "m"
38 #define BLACK _SGR(30)
40 #define GREEN _SGR(32)
41 #define YELLOW _SGR(33)
43 #define MAGENTA _SGR(35)
45 #define WHITE _SGR(37)
46 #define RESET _SGR(39)