snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit aeec85837051e78ad618df10dea707d47ec5e23b
parent f7f99ba1ce2844a26ed0f2374d1f0abc44d5370a
Author: default <nobody@localhost>
Date:   Sun, 13 Nov 2022 17:14:14 +0100

Added more emojis.

Diffstat:
Mdoc/snac.5 | 4++--
Mformat.c | 2++
2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/doc/snac.5 b/doc/snac.5 @@ -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 diff --git a/format.c b/format.c @@ -24,12 +24,14 @@ struct { { "%-)", "&#129322;" }, { ":_(", "&#128546;" }, { ":-|", "&#128528;" }, + { "<3", "&#128147;" }, { ":facepalm:", "&#129318;" }, { ":shrug:", "&#129335;" }, { ":eyeroll:", "&#128580;" }, { ":beer:", "&#127866;" }, { ":beers:", "&#127867;" }, { ":munch:", "&#128561;" }, + { ":thumb:", "&#128077;" }, { NULL, NULL } };