diff options
author | June McEnroe <june@causal.agency> | 2021-07-26 18:25:05 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-07-26 18:25:05 -0400 |
commit | 56139227a4e59bc99e7c90bb8b6b0a76bebc4ed6 (patch) | |
tree | 865076f9ab2d3804c9ff3ce2cffe4f55971e2a33 /edit.c | |
parent | chroot: Avoid passing paths to -s (diff) | |
download | catgirl-56139227a4e59bc99e7c90bb8b6b0a76bebc4ed6.tar.gz catgirl-56139227a4e59bc99e7c90bb8b6b0a76bebc4ed6.zip |
Use (bright) red for \com text macro 1.9
Diffstat (limited to 'edit.c')
-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"ᕕ( ᐛ )ᕗ" }, |