From ef20ca4e8c3144dc95a3f7c1d027949c3c76581c Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sun, 7 Jun 2020 13:18:16 +0100 Subject: [PATCH] A couple more obvious mathematical symbols --- bedstead.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bedstead.c b/bedstead.c index 0f6084d..ad7cfc8 100644 --- a/bedstead.c +++ b/bedstead.c @@ -1703,6 +1703,8 @@ static struct glyph { /* Miscellaneous mathematical symbols-A */ {{025,025,025,025,025,025,025,000,000}, U(2980) }, /* triple vertical bar */ + {{000,016,025,025,025,016,000,000,000}, U(29B6) }, /* circled vert bar */ + {{000,016,025,037,021,016,000,000,000}, U(29BA) }, /* circled horiz up */ /* Supplemental mathematical operators */ {{004,004,037,004,004,000,004,000,000}, U(2A25) }, /* plus dot */ -- 2.30.2