Add \blush
parent
e538fe54b9
commit
84f661ab05
1
edit.c
1
edit.c
|
@ -77,6 +77,7 @@ static const struct {
|
||||||
const wchar_t *string;
|
const wchar_t *string;
|
||||||
} Macros[] = {
|
} Macros[] = {
|
||||||
{ L"\\bear", L"ʕっ•ᴥ•ʔっ" },
|
{ L"\\bear", L"ʕっ•ᴥ•ʔっ" },
|
||||||
|
{ L"\\blush", L"(˶′◡‵˶)" },
|
||||||
{ L"\\cool", L"(⌐■_■)" },
|
{ L"\\cool", L"(⌐■_■)" },
|
||||||
{ L"\\flip", L"(╯°□°)╯︵ ┻━┻" },
|
{ L"\\flip", L"(╯°□°)╯︵ ┻━┻" },
|
||||||
{ L"\\gary", L"ᕕ( ᐛ )ᕗ" },
|
{ L"\\gary", L"ᕕ( ᐛ )ᕗ" },
|
||||||
|
|
Loading…
Reference in New Issue