From 4b8ce634a4ea76b95f85bcdb8a6bc776992d4290 Mon Sep 17 00:00:00 2001 From: bru Date: Sun, 6 Feb 2022 23:58:04 +0000 Subject: Faltaba un string --- ajedrez.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ajedrez.c b/ajedrez.c index f91b017..542c911 100644 --- a/ajedrez.c +++ b/ajedrez.c @@ -114,7 +114,7 @@ bool is_move_inside(move m) { void print_table() { if (modes[c_w] == mode_unicode) { dprintf(w_fd, - "\n \e[43m\x1B[30m\033[1m BLACK \x1B[0m\n\n "); + "\n \e[43m\x1B[30m\033[1m NEGRO \x1B[0m\n\n "); for (int x = 0; x < 8; x++) { dprintf(w_fd, " %c ", 'A' + x); } -- cgit v1.2.3