summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--edit.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/edit.c b/edit.c
index d9839ea..9a368b8 100644
--- a/edit.c
+++ b/edit.c
@@ -76,11 +76,16 @@ static const struct {
 	const wchar_t *name;
 	const wchar_t *string;
 } Macros[] = {
+	{ L"\\bear", L"ʕっ•ᴥ•ʔっ" },
+	{ L"\\cool", L"(⌐■_■)" },
 	{ L"\\flip", L"(╯°□°)╯︵ ┻━┻" },
 	{ L"\\gary", L"ᕕ( ᐛ )ᕗ" },
+	{ L"\\hug", L"(っ・∀・)っ" },
 	{ L"\\lenny", L"( ͡° ͜ʖ ͡°)" },
 	{ L"\\look", L"ಠ_ಠ" },
 	{ L"\\shrug", L"¯\\_(ツ)_/¯" },
+	{ L"\\unflip", L"┬─┬ノ(º_ºノ)" },
+	{ L"\\wave", L"ヾ(^∇^)" },
 };
 
 void editCompleteAdd(void) {