diff options
author | tlatorre <tlatorre@uchicago.edu> | 2022-11-12 16:16:45 -0800 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2022-11-12 16:16:45 -0800 |
commit | fc8061968cd47cff815e897c0c940e2b3971f816 (patch) | |
tree | 15d6cd0b411f8c2e593905431eb63fc4eb419b7a /moji.c | |
parent | 22e0a13ded0af37628baf9ba39bfe1627c323114 (diff) | |
download | moji-fc8061968cd47cff815e897c0c940e2b3971f816.tar.gz moji-fc8061968cd47cff815e897c0c940e2b3971f816.tar.bz2 moji-fc8061968cd47cff815e897c0c940e2b3971f816.zip |
add television
Diffstat (limited to 'moji.c')
-rw-r--r-- | moji.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -42,6 +42,7 @@ GtkWidget *text_widget; GtkTextTag *tag; /* List of emojis. */ +#define TELEVISION "\xf0\x9f\x93\xba" #define THOUGHT_BALLOON "\xf0\x9f\x92\xad" #define STOP "\xf0\x9f\x9b\x91" #define THANK_YOU "\xf0\x9f\x99\x8f" @@ -93,6 +94,7 @@ const char *emoji_array[] = { CHAIR, BED, THOUGHT_BALLOON, + TELEVISION, //FOOD, LEFT_ARROW, CLEAR_SCREEN, |