From: Ben Harris Date: Sun, 2 Jun 2024 10:18:23 +0000 (+0100) Subject: More ANDs and ORs with bars above and below X-Git-Tag: bedstead-002.007~51 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=78f2ef9b4a3bcb71e1d73ea642bcad0bac568bbe;p=bedstead.git More ANDs and ORs with bars above and below I had NAND, NOR, and XOR from Mathematical Operators. This adds five more characters from Supplementary Mathematical Operators to fill in the gaps. --- diff --git a/bedstead.c b/bedstead.c index deecf11..5811002 100644 --- a/bedstead.c +++ b/bedstead.c @@ -1898,6 +1898,11 @@ static struct glyph { {{000,016,021,025,021,021,000,000,000}, U(2A40) }, /* intersection with dot */ {{004,000,004,012,021,000,000,000,000}, U(2A51) }, /* dot and */ {{004,000,021,012,004,000,000,000,000}, U(2A52) }, /* dot or */ + {{037,000,037,000,004,012,021,000,000}, U(2A5E) }, /* double bar and */ + {{000,004,012,021,000,037,000,000,000}, U(2A5F) }, /* and bar */ + {{004,012,021,000,037,000,037,000,000}, U(2A60) }, /* and double bar */ + {{037,000,037,000,021,012,004,000,000}, U(2A62) }, /* double bar or */ + {{021,012,004,000,037,000,037,000,000}, U(2A63) }, /* or double bar */ {{000,000,037,000,037,000,004,000,000}, U(2A66) }, /* equals dot */ {{004,000,037,000,037,000,037,000,000}, U(2A67) }, /* dot identical */ {{004,000,010,025,002,000,000,000,000}, U(2A6A) }, /* dot tilde */