mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-15 01:55:03 +00:00
Added more emojis.
This commit is contained in:
parent
f7f99ba1ce
commit
aeec858370
2 changed files with 4 additions and 2 deletions
|
@ -49,9 +49,9 @@ is found.
|
|||
The following traditional ASCII emoticons or special strings are
|
||||
converted to related emojis:
|
||||
.Bd -literal
|
||||
:-) :-D X-D ;-) B-) :-( :-*
|
||||
:-) :-D X-D ;-) B-) :-( :-* <3
|
||||
:-/ 8-o %-) :_( :-| :facepalm: :shrug:
|
||||
:eyeroll: :beer: :beers: :munch:
|
||||
:eyeroll: :beer: :beers: :munch: :thumb:
|
||||
.Ed
|
||||
.El
|
||||
.Pp
|
||||
|
|
2
format.c
2
format.c
|
@ -24,12 +24,14 @@ struct {
|
|||
{ "%-)", "🤪" },
|
||||
{ ":_(", "😢" },
|
||||
{ ":-|", "😐" },
|
||||
{ "<3", "💓" },
|
||||
{ ":facepalm:", "🤦" },
|
||||
{ ":shrug:", "🤷" },
|
||||
{ ":eyeroll:", "🙄" },
|
||||
{ ":beer:", "🍺" },
|
||||
{ ":beers:", "🍻" },
|
||||
{ ":munch:", "😱" },
|
||||
{ ":thumb:", "👍" },
|
||||
{ NULL, NULL }
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue