From 56139227a4e59bc99e7c90bb8b6b0a76bebc4ed6 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Mon, 26 Jul 2021 18:25:05 -0400 Subject: Use (bright) red for \com text macro --- edit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edit.c b/edit.c index f33bf0a..7dc0d34 100644 --- a/edit.c +++ b/edit.c @@ -88,7 +88,7 @@ static const struct { { L"\\banhammer", L"▬▬▬▬▬▬▬▋ Ò╭╮Ó" }, { L"\\bear", L"ʕっ•ᴥ•ʔっ" }, { L"\\blush", L"(˶′◡‵˶)" }, - { L"\\com", L"\0038,5\2 ☭ " }, + { L"\\com", L"\0038,4\2 ☭ " }, { L"\\cool", L"(⌐■_■)" }, { L"\\flip", L"(╯°□°)╯︵ ┻━┻" }, { L"\\gary", L"ᕕ( ᐛ )ᕗ" }, -- cgit 1.4.1