From: Ben Harris Date: Sun, 26 Nov 2017 15:28:53 +0000 (+0000) Subject: Add white left and right triangles. X-Git-Tag: bedstead-002.000~41 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=7174e3015b531bd44285417636c4b8ebd357c075;p=bedstead.git Add white left and right triangles. --- diff --git a/bedstead.c b/bedstead.c index 27ab9ae..20c4ea5 100644 --- a/bedstead.c +++ b/bedstead.c @@ -1310,9 +1310,11 @@ static struct glyph { {{000,000,037,021,037,000,000,000,000}, 0x25ad }, /* rect */ {{004,004,016,016,037,037,037,000,000}, 0x25b2, "triagup" }, {{010,014,016,017,016,014,010,000,000}, 0x25b6 }, /* blacktriangleright */ + {{030,024,022,021,022,024,030,000,000}, 0x25b7 }, /* whitetriangleright */ {{000,020,034,037,034,020,000,000,000}, 0x25ba, "triagrt" }, {{037,037,037,016,016,004,004,000,000}, 0x25bc, "triagdn" }, {{001,003,007,017,007,003,001,000,000}, 0x25c0 }, /* blacktriangleleft */ + {{003,005,011,021,011,005,003,000,000}, 0x25c1 }, /* whitetriangleleft */ {{000,001,007,037,007,001,000,000,000}, 0x25c4, "triaglf" }, {{000,004,016,037,016,004,000,000,000}, 0x25c6 }, /* black diamond shape */ {{000,004,012,021,012,004,000,000,000}, 0x25c7 }, /* white diamond shape */