diff options
author | C. McEnroe | 2021-07-26 18:25:05 -0400 |
---|---|---|
committer | C. McEnroe | 2021-07-26 18:25:05 -0400 |
commit | 56139227a4e59bc99e7c90bb8b6b0a76bebc4ed6 (patch) | |
tree | 865076f9ab2d3804c9ff3ce2cffe4f55971e2a33 | |
parent | 78a020df8242ae5e4e2ac210bc8d85dc27b43bb6 (diff) |
Use (bright) red for \com text macro 1.9
-rw-r--r-- | edit.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"ᕕ( ᐛ )ᕗ" }, |