Modified colors for compatibility with Tektronix 4107 terminal in ANSI mode.
[sgk-go] / interface / play_ascii.c
index 29305c6..57465f7 100644 (file)
@@ -188,8 +188,8 @@ set_handicap_spots(int boardsize)
 #define BLACKCOLOR "\x1B[44m"
 #define RESETCOLOR "\x1B[0m"
 
 #define BLACKCOLOR "\x1B[44m"
 #define RESETCOLOR "\x1B[0m"
 
-#define BACK1COLOR "\x1B[47m"
-#define BACK2COLOR "\x1B[107m"
+#define BACK1COLOR "\x1B[43m"
+#define BACK2COLOR "\x1B[47m"
 
 /*
  * Display the board position when playing in ASCII.
 
 /*
  * Display the board position when playing in ASCII.