From: Ben Harris Date: Sat, 5 Aug 2017 16:10:03 +0000 (+0100) Subject: Visible space character. X-Git-Tag: bedstead-002.000~97 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=ba00715ec92be2f42f7ce159237a76198a8ae96c;p=bedstead.git Visible space character. It seems like the sort of thing a monospaced font should have. --- diff --git a/bedstead.c b/bedstead.c index 4309788..01eee14 100644 --- a/bedstead.c +++ b/bedstead.c @@ -1053,6 +1053,7 @@ static struct glyph { {{014,020,020,016,005,006,005,000,000}, 0x240d }, /* DEC graphics CR */ {{020,020,020,033,002,003,002,000,000}, 0x240a }, /* DEC graphics LF */ {{024,024,010,000,007,002,002,000,000}, 0x240b }, /* DEC graphics VT */ + {{000,000,000,000,000,021,037,000,000}, 0x2423 }, /* Visible space */ {{032,026,022,000,010,010,017,000,000}, 0x2424 }, /* DEC graphics NL */ /* Box drawing */ {{000,000,000,000,037,000,000,000,000}, 0x2500, "SF100000" },