From 0304df1bab473eab14cac8d21a784920df1c0052 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sat, 2 Nov 2013 17:29:47 +0000 Subject: [PATCH] Add 'radical' character. --- bedstead.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bedstead.c b/bedstead.c index 2dc3dd1..d1b20af 100644 --- a/bedstead.c +++ b/bedstead.c @@ -607,6 +607,7 @@ struct glyph { {{000,000,000,037,000,000,000,000,000}, 0x2212, "minus" }, {{037,000,004,004,037,004,004,000,000}, 0x2213 }, /* minusplus */ {{000,000,004,016,004,000,000,000,000}, 0x2219 }, /* bulletoperator */ + {{003,002,002,022,012,006,002,000,000}, 0x221a, "radical" }, {{000,012,025,025,025,012,000,000,000}, 0x221e, "infinity" }, {{000,020,020,020,020,037,000,000,000}, 0x221f, "orthogonal" }, {{000,016,021,021,021,021,000,000,000}, 0x2229, "intersection" }, -- 2.30.2