snac2

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

commit 12131b67a3dbf426dc603e861039a3a22e29d610
parent c2524323a932d383a10c0e3e3adbffdada085515
Author: default <nobody@localhost>
Date:   Wed,  1 Feb 2023 10:01:47 +0100

Added the angry emoticon.

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

diff --git a/doc/snac.5 b/doc/snac.5 @@ -50,7 +50,7 @@ The following traditional ASCII emoticons or special strings are converted to related emojis: .Bd -literal :-) :-D X-D ;-) B-) :-( :-* <3 :-/ 8-o -%-) :_( :-| :facepalm: :shrug: :shrug2: +%-) :_( :-| >:-( :facepalm: :shrug: :shrug2: :eyeroll: :beer: :beers: :munch: :thumb: .Ed .El diff --git a/format.c b/format.c @@ -25,6 +25,7 @@ struct { { ":_(", "&#128546;" }, { ":-|", "&#128528;" }, { "<3", "&#128147;" }, + { ">:(", "&#128544;" }, { ":facepalm:", "&#129318;" }, { ":shrug:", "&#129335;" }, { ":shrug2:", "&#175;\\_(&#12484;)_/&#175;" },