commit 29a0b21929495b04e81085f1502a4498c728fb84 parent d3c4691cddea6d609bab80b4855429ee9486a951 Author: default <nobody@localhost> Date: Fri, 7 Oct 2022 19:48:29 +0200 More emoticons. Diffstat:
M | format.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/format.c b/format.c @@ -26,6 +26,7 @@ struct { { ":-|", "😐" }, { ":facepalm:", "🤦" }, { ":shrug:", "🤷" }, + { ":eyeroll:", "🙄" }, { NULL, NULL } };