From 5c29c2e945f664452590aa55de436598e15a3ecb Mon Sep 17 00:00:00 2001 From: Nicholas Hayashi Date: Mon, 30 Nov 2020 20:58:10 -0500 Subject: [PATCH] itest --- main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/main.c b/main.c index 17a9aea..6628356 100644 --- a/main.c +++ b/main.c @@ -299,6 +299,7 @@ int main(void) { printf("\n\n"); draw_board_unicode(); + printf("\n\tmake moves by typing them in non-hyphenated coordinate notation ('e2e4', for example)\n\t> \033[5m%lc%c\033[0m", 0x2588, 0x8); if (fgets(in, 6, stdin) == NULL) {