From 9bd10d768d75afb2451ea35d6856a30bff474a13 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sun, 2 Aug 2020 18:08:08 -0400 Subject: Add \banhammer macro From the Textual extras command /banhammer. --- edit.c | 1 + 1 file changed, 1 insertion(+) 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"(⌐■_■)" }, -- cgit 1.4.1