Compare commits
4 Commits
8fb82e35dc
...
699b890bf3
Author | SHA1 | Date |
---|---|---|
Anita Zhang | 699b890bf3 | |
Anita Zhang | faf9f10e17 | |
Lennart Poettering | 5e13bcdd03 | |
Lennart Poettering | c498df3a7e |
|
@ -377,7 +377,7 @@ const char *special_glyph(SpecialGlyph code) {
|
|||
[SPECIAL_GLYPH_SLIGHTLY_HAPPY_SMILEY] = "\360\237\231\202", /* 🙂 */
|
||||
[SPECIAL_GLYPH_NEUTRAL_SMILEY] = "\360\237\230\220", /* 😐 */
|
||||
[SPECIAL_GLYPH_SLIGHTLY_UNHAPPY_SMILEY] = "\360\237\231\201", /* 🙁 */
|
||||
[SPECIAL_GLYPH_UNHAPPY_SMILEY] = "\360\237\230\250", /* 😨️️ */
|
||||
[SPECIAL_GLYPH_UNHAPPY_SMILEY] = "\360\237\230\250", /* 😨 */
|
||||
[SPECIAL_GLYPH_DEPRESSED_SMILEY] = "\360\237\244\242", /* 🤢 */
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue