mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-20 03:25:47 +00:00
[info] expand some emoji into proper literals
This commit is contained in:
parent
f05f65dc80
commit
b87d8f15f7
@ -104,10 +104,16 @@ finish_line(struct ncplane* n){
|
|||||||
|
|
||||||
static int
|
static int
|
||||||
emoji_viz(struct ncplane* n){
|
emoji_viz(struct ncplane* n){
|
||||||
static const char emoji[] = "👾🏴🤘🚬🌍🌎🌏🥆💣🗡🔫⚗️⚛️☢️☣️🌿🎱🏧"
|
static const char emoji[] = "👾🏴🤘🚬🌍🌎🌏🥆💣🗡🔫⚗️⚛️☢️☣️"
|
||||||
"💉💊"
|
"\U0001F33F" // herb
|
||||||
|
"\U0001F3B1" // billiards
|
||||||
|
"\U0001F3E7" // automated teller machine
|
||||||
|
"\U0001F489" // syringe
|
||||||
|
"\U0001F48A" // pill
|
||||||
"\U0001f574\ufe0f" // man in suit levitating
|
"\U0001f574\ufe0f" // man in suit levitating
|
||||||
"📡🤻🦑🇮🇱🇦🇶"
|
"\U0001F4E1" // satellite antenna
|
||||||
|
"\U0001F93B" // modern pentathlon
|
||||||
|
"\U0001F991" // squid
|
||||||
"\U0001f469\u200d\U0001f52c" // woman scientist
|
"\U0001f469\u200d\U0001f52c" // woman scientist
|
||||||
"\U0001faa4" // mouse trap
|
"\U0001faa4" // mouse trap
|
||||||
"\U0001f6b1" // non-potable water
|
"\U0001f6b1" // non-potable water
|
||||||
|
Loading…
Reference in New Issue
Block a user