FreeNOS
Macros
TerminalCodes.h File Reference

Go to the source code of this file.

Macros

#define _SGR(x)   "\033[" #x "m"
 Set Graphic Rendition. More...
 
Terminal Colors
#define BLACK   _SGR(30)
 
#define RED   _SGR(31)
 
#define GREEN   _SGR(32)
 
#define YELLOW   _SGR(33)
 
#define BLUE   _SGR(34)
 
#define MAGENTA   _SGR(35)
 
#define CYAN   _SGR(36)
 
#define WHITE   _SGR(37)
 
#define RESET   _SGR(39)