aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbru <bru@texto-plano.xyz>2022-02-06 23:58:04 +0000
committerbru <bru@texto-plano.xyz>2022-02-06 23:58:04 +0000
commit4b8ce634a4ea76b95f85bcdb8a6bc776992d4290 (patch)
treee7143d07d5eba4657063072b7d47a44e0553a2e1
parent51ca954a537cf547d0518e32dbde559c44d1cf02 (diff)
downloadajedrez-4b8ce634a4ea76b95f85bcdb8a6bc776992d4290.tar.gz
Faltaba un stringHEADmaster
-rw-r--r--ajedrez.c2
1 files changed, 1 insertions, 1 deletions
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);
}
Un proyecto texto-plano.xyz