From 66b5b22d9f646be1c329a5b87fc4b92bfd332550 Mon Sep 17 00:00:00 2001 From: girst Date: Sat, 3 Mar 2018 17:09:56 +0100 Subject: [PATCH] nicer emoticons didn't like the X( and 8) -- eyes now always colons --- schemes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schemes.h b/schemes.h index 36c3379..c493193 100644 --- a/schemes.h +++ b/schemes.h @@ -61,7 +61,7 @@ struct minescheme symbols_mono = { .mine_wrongf = "/", .mine_wrongq = "\", - .emoticons = {":)", "X(", "8)", ":o"}, + .emoticons = {":)", ":(", ":D", ":o"}, .border_top_l = "╔═", .border_top_m = "═", @@ -132,7 +132,7 @@ struct minescheme symbols_doublewidth = { .mine_wrongf = "\033[1m/\033[0m", .mine_wrongq = "\033[1m\\\033[0m", - .emoticons = {":)", "X(", "8)", ":o"}, + .emoticons = {":)", ":(", ":D", ":o"}, .border_top_l = "\033#6\x6c", .border_top_m = "\x71", -- 2.39.3