From f2dc40f0fc4eae045a338e8d5c3c4b5a06724d45 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Fri, 29 Dec 2023 17:14:08 +0000 Subject: [PATCH] Added U+2720 MALTESE CROSS --- bedstead.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bedstead.c b/bedstead.c index f199f80..f5934ea 100644 --- a/bedstead.c +++ b/bedstead.c @@ -1761,6 +1761,7 @@ static struct glyph { /* Dingbats */ {{000,004,022,017,022,004,000,000,000}, U(2708) }, /* airplane */ {{000,000,001,002,024,010,000,000,000}, U(2713) }, /* tick (ACK) */ + {{016,004,025,037,025,004,016,000,000}, U(2720) }, /* maltese cross */ /* Miscellaneous mathematical symbols-A */ {{004,004,004,016,004,004,004,000,000}, U(27CA) }, /* vert bar horiz stroke */ -- 2.30.2