From fc8061968cd47cff815e897c0c940e2b3971f816 Mon Sep 17 00:00:00 2001 From: tlatorre Date: Sat, 12 Nov 2022 16:16:45 -0800 Subject: add television --- moji.c | 2 ++ 1 file changed, 2 insertions(+) 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, -- cgit