]> git.mxchange.org Git - flightgear.git/commitdiff
IRIX users want pretty colors too.
authorehofman <ehofman>
Thu, 19 Aug 2004 12:22:52 +0000 (12:22 +0000)
committerehofman <ehofman>
Thu, 19 Aug 2004 12:22:52 +0000 (12:22 +0000)
src/Main/metar_main.cxx

index 9cc86fff1d4c9e09490cf65583cbaab261a4c1d5..4519975d0936582d860617c144b14a7cc0618af8 100644 (file)
@@ -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