diff options
author | June McEnroe <june@causal.agency> | 2021-06-14 14:29:16 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-06-14 14:29:16 -0400 |
commit | e18c5857017f60a63f8a754f050906ca67d269d6 (patch) | |
tree | 16c880f70c72b16eb0a4f4594f2e0aec881fb970 /edit.c | |
parent | /exec without controlling terminal (diff) | |
download | catgirl-e18c5857017f60a63f8a754f050906ca67d269d6.tar.gz catgirl-e18c5857017f60a63f8a754f050906ca67d269d6.zip |
Add \com text macro
Diffstat (limited to 'edit.c')
-rw-r--r-- | edit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/edit.c b/edit.c index 3e7e1af..559bb06 100644 --- a/edit.c +++ b/edit.c @@ -88,6 +88,7 @@ static const struct { { L"\\banhammer", L"▬▬▬▬▬▬▬▋ Ò╭╮Ó" }, { L"\\bear", L"ʕっ•ᴥ•ʔっ" }, { L"\\blush", L"(˶′◡‵˶)" }, + { L"\\com", L"\0038,5\2 ☭ " }, { L"\\cool", L"(⌐■_■)" }, { L"\\flip", L"(╯°□°)╯︵ ┻━┻" }, { L"\\gary", L"ᕕ( ᐛ )ᕗ" }, |