summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-07-26 18:25:05 -0400
committerJune McEnroe <june@causal.agency>2021-07-26 18:25:05 -0400
commit56139227a4e59bc99e7c90bb8b6b0a76bebc4ed6 (patch)
tree865076f9ab2d3804c9ff3ce2cffe4f55971e2a33
parentchroot: Avoid passing paths to -s (diff)
downloadcatgirl-56139227a4e59bc99e7c90bb8b6b0a76bebc4ed6.tar.gz
catgirl-56139227a4e59bc99e7c90bb8b6b0a76bebc4ed6.zip
Use (bright) red for \com text macro 1.9
-rw-r--r--edit.c2
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"ᕕ( ᐛ )ᕗ" },
t/ui.c?h=catgirl&id=5c17393d2b0830838e8e47f105ef734d3b235275&follow=1'>Crudely handle reconnecting after suspendJune McEnroe 2018-12-01Fix sandman hangJune McEnroe 2018-12-01Use sigaction in sandmanJune McEnroe 2018-11-30Handle signals consistently in the event loopJune McEnroe 2018-11-30Separate ircConnect and ircDisconnectJune McEnroe 2018-11-30Measure length of log timestamp more consistentlyJune McEnroe 2018-11-30Reformat sandman Objective-C codeJune McEnroe 2018-11-30Ignore sandmanJune McEnroe 2018-11-30Add sandmanJune McEnroe 2018-11-29Strip timestamps from log replayJune McEnroe 2018-11-29Add basic log replayJune McEnroe 2018-11-29Show unread count in term titleJune McEnroe 2018-11-29Handle no such nick errorJune McEnroe 2018-11-29Add /whoisJune McEnroe 2018-11-29Set LIBRESSL_PREFIX in Darwin.mkJune McEnroe 2018-11-28Add NetBSD.mkJune McEnroe 2018-11-28Make use of config.mk and add Darwin.mkJune McEnroe