summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-03-31 20:12:04 -0400
committerJune McEnroe <june@causal.agency>2020-03-31 20:12:04 -0400
commit84f661ab057483ebf9ae7597fc5e98d9c794e6fb (patch)
treee3a0d42fb9460f0db4ae46f116bec76b879e14af
parentAdd notes on how to view README.7 (diff)
downloadcatgirl-84f661ab057483ebf9ae7597fc5e98d9c794e6fb.tar.gz
catgirl-84f661ab057483ebf9ae7597fc5e98d9c794e6fb.zip
Add \blush
Diffstat (limited to '')
-rw-r--r--edit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/edit.c b/edit.c
index 9a368b8..ed83447 100644
--- a/edit.c
+++ b/edit.c
@@ -77,6 +77,7 @@ static const struct {
 	const wchar_t *string;
 } Macros[] = {
 	{ L"\\bear", L"ʕっ•ᴥ•ʔっ" },
+	{ L"\\blush", L"(˶′◡‵˶)" },
 	{ L"\\cool", L"(⌐■_■)" },
 	{ L"\\flip", L"(╯°□°)╯︵ ┻━┻" },
 	{ L"\\gary", L"ᕕ( ᐛ )ᕗ" },
't want to use the same word as curses WINDOW but it's really much clearer for the user if they're just called windows. UI code probably needs yet another rewrite though. Still feels messy. 2019-02-21Remove ROT13June McEnroe It's just not convenient when it can only do the whole line... 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe Otherwise the "Traveling" message isn't visible while connecting. 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe