From ecf4d042a0f364026f3960a0e1f82612a535689e Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sun, 2 Jun 2024 11:19:24 +0100 Subject: [PATCH] U+2AFE WHITE VERTICAL BAR It seemed silly to have the tall version but not the normal one. --- bedstead.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bedstead.c b/bedstead.c index 5811002..099c520 100644 --- a/bedstead.c +++ b/bedstead.c @@ -1952,6 +1952,7 @@ static struct glyph { {{025,025,025,025,025,025,025,000,000}, U(2AF4) }, /* triple v bar operator */ {{025,025,025,037,025,025,025,000,000}, U(2AF5) }, /* triple v bar h stroke */ {{025,025,025,025,025,025,025,025,025}, U(2AFC) }, /* large triple vert bar */ + {{016,012,012,012,012,012,016,000,000}, U(2AFE) }, /* white vert bar */ {{016,012,012,012,012,012,012,012,016}, U(2AFF) }, /* n-ary white vert bar */ /* Miscellaneous symbols and arrows */ -- 2.30.2