From 1068c50cde07d68b71063c378d8ca796184ad464 Mon Sep 17 00:00:00 2001 From: Aaron Taylor Date: Wed, 19 May 2021 22:23:52 -0700 Subject: [PATCH] Modified colors for compatibility with Tektronix 4107 terminal in ANSI mode. --- interface/play_ascii.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/play_ascii.c b/interface/play_ascii.c index 29305c6..57465f7 100644 --- a/interface/play_ascii.c +++ b/interface/play_ascii.c @@ -188,8 +188,8 @@ set_handicap_spots(int boardsize) #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. -- 2.20.1