IRIX users want pretty colors too.
This commit is contained in:
parent
5c18572c64
commit
4df8f790d5
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
using namespace std;
|
||||
|
||||
// text color
|
||||
#if defined(__linux__) || defined( __sun__ ) ||defined(__CYGWIN__) || defined( __FreeBSD__ )
|
||||
#if defined(__linux__) || defined( __sun__ ) ||defined(__CYGWIN__) || defined( __FreeBSD__ ) || defined ( sgi )
|
||||
# define R "\033[31;1m" // red
|
||||
# define G "\033[32;1m" // green
|
||||
# define Y "\033[33;1m" // yellow
|
||||
|
|
Loading…
Add table
Reference in a new issue