aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortslil clingman <tslil@posteo.de>2021-10-06 09:46:13 -0400
committertslil <tslil@posteo.de>2026-08-28 19:37:41 +0100
commitd416679e5a8ad01a74345f9efb43472f2898d9b7 (patch)
tree5d2a9dbf29b032b66eeacbc330b8a0c5a4491860 /src
parentbcaa378f2dbbe73607e7201a675683f1ab0eecb6 (diff)
Went for more standard unicode symbols
Diffstat (limited to 'src')
-rw-r--r--src/geminict.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/geminict.c b/src/geminict.c
index dbba324..387c219 100644
--- a/src/geminict.c
+++ b/src/geminict.c
@@ -28,16 +28,16 @@
#define SQUARE_W 5
#define SQUARE_H 3
-#define STR_FLT_BLK "⛀"
-#define STR_FLT_WHT "⛂"
-#define STR_STN_BLK "⫾"
-#define STR_STN_WHT "❚"
-#define STR_CAP_BLK "♕"
-#define STR_CAP_WHT "♛"
-#define STR_HFL_BLK "▭"
-#define STR_HFL_WHT "▬"
-#define STR_CHF_BLK "▿"
-#define STR_CHF_WHT "▾"
+#define STR_FLT_BLK "B"
+#define STR_FLT_WHT "W"
+#define STR_CAP_BLK "B̂"
+#define STR_CAP_WHT "Ŵ"
+#define STR_STN_BLK "ƃ"
+#define STR_STN_WHT "w̄"
+#define STR_HFL_BLK "B"
+#define STR_HFL_WHT "W"
+#define STR_CHF_BLK "b"
+#define STR_CHF_WHT "w"
static void put_stone(const enum STONE_VARIANT stone, const enum COLOUR colour,
const uint8_t top, const uint8_t beyond_carry_limit) {