From 025b51ddfbb40a5e06d1d414adf047a237ef9844 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Mon, 8 Jun 2020 00:55:54 +0100 Subject: [PATCH] One extra glyph that obviously goes with others we've got already --- bedstead.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bedstead.c b/bedstead.c index ad7cfc8..c68d15b 100644 --- a/bedstead.c +++ b/bedstead.c @@ -1638,6 +1638,7 @@ static struct glyph { {{000,016,037,037,037,016,000,000,000}, 0x25cf, "H18533" }, {{037,037,021,021,021,037,037,000,000}, 0x25d8, "invbullet" }, {{037,021,004,016,004,021,037,000,000}, 0x25d9, "invcircle" }, + {{000,037,025,025,025,037,000,000,000}, U(25EB) }, /* squared vertical line */ {{000,037,025,035,021,037,000,000,000}, U(25F0) }, /* square upper left quad */ {{000,037,021,035,025,037,000,000,000}, U(25F1) }, /* square lower left quad */ {{000,037,025,027,021,037,000,000,000}, U(25F2) }, /* square lower right quad */ -- 2.30.2