aboutsummaryrefslogtreecommitdiff
path: root/moji.c
diff options
context:
space:
mode:
Diffstat (limited to 'moji.c')
-rw-r--r--moji.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/moji.c b/moji.c
index 88fe62d..7f4dd78 100644
--- a/moji.c
+++ b/moji.c
@@ -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,