Modified colors for compatibility with Tektronix 4107 terminal in ANSI mode.
authorAaron Taylor <ataylor@subgeniuskitty.com>
Thu, 20 May 2021 05:23:52 +0000 (22:23 -0700)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Thu, 20 May 2021 05:23:52 +0000 (22:23 -0700)
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.