From c33fc255eca860912cfea50e1ba444df728c54df Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sun, 26 Nov 2017 10:04:37 +0000 Subject: [PATCH] New unhappy face glyph. It was the only missing face in the BMP. --- bedstead.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bedstead.c b/bedstead.c index 1c38c88..a46386c 100644 --- a/bedstead.c +++ b/bedstead.c @@ -1299,6 +1299,7 @@ static struct glyph { {{001,002,004,010,005,003,007,000,000}, 0x2607 }, /* lightning */ {{037,022,024,030,025,023,027,000,000}, 0x2608 }, /* thunderstorm */ {{000,016,021,025,021,016,000,000,000}, 0x2609 }, /* astrological sun */ + {{000,012,000,000,016,021,000,000,000}, 0x2639 }, /* frownface */ {{000,012,000,000,021,016,000,000,000}, 0x263a, "smileface" }, {{000,016,025,037,021,016,000,000,000}, 0x263b, "invsmileface" }, {{000,025,016,033,016,025,000,000,000}, 0x263c, "sun" }, -- 2.30.2