summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-08-02 18:08:08 -0400
committerJune McEnroe <june@causal.agency>2020-08-02 18:08:08 -0400
commit9bd10d768d75afb2451ea35d6856a30bff474a13 (patch)
tree02562cf77577f61f8ab2aae7c670c5a5aa4964f6
parentCheck return value of asprintf (diff)
downloadcatgirl-9bd10d768d75afb2451ea35d6856a30bff474a13.tar.gz
catgirl-9bd10d768d75afb2451ea35d6856a30bff474a13.zip
Add \banhammer macro
From the Textual extras command /banhammer.
-rw-r--r--edit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/edit.c b/edit.c
index 8459f0e..ec28cf7 100644
--- a/edit.c
+++ b/edit.c
@@ -87,6 +87,7 @@ static const struct {
 	const wchar_t *name;
 	const wchar_t *string;
 } Macros[] = {
+	{ L"\\banhammer", L"▬▬▬▬▬▬▬▋ Ò╭╮Ó" },
 	{ L"\\bear", L"ʕっ•ᴥ•ʔっ" },
 	{ L"\\blush", L"(˶′◡‵˶)" },
 	{ L"\\cool", L"(⌐■_■)" },
c?id=71a18bd0d47ba9586a73e4ff02749aa5784b3151&follow=1'>Fix comparison warning in ttpreJune McEnroe 2019-05-20Add AuthorityJune McEnroe 2019-05-19Specify precedence of unary versions of operatorsJune McEnroe 2019-05-18Add compound assignment operators to orderJune McEnroe 2019-05-15Support simple assignment in orderJune McEnroe 2019-05-15Implement sizeof in orderJune McEnroe 2019-05-15Add orderJune McEnroe 2019-05-12Add T suffix in bitJune McEnroe 2019-05-10Highlight yacc and lex files as CJune McEnroe 2019-05-10Use val instead of suboptargJune McEnroe 2019-05-09Add Parable of the SowerJune McEnroe 2019-05-07Add bit without buildJune McEnroe 2019-05-04Fix MANDIR typoJune McEnroe 2019-05-04Move relay to binJune McEnroe