From: Ben Harris Date: Sun, 20 Jan 2019 00:26:49 +0000 (+0000) Subject: Convert "block", "lfblock" and "rtblock" to mosaic graphics. X-Git-Tag: bedstead-002.001~46 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=4e4d1a5cd58a5c024bdfd05f0303905435ad8a61;p=bedstead-debian.git Convert "block", "lfblock" and "rtblock" to mosaic graphics. In Unicode, these will be unified with 6-cell mosaic graphics, so we need to use the mosaic graphics system for them. --- diff --git a/bedstead.c b/bedstead.c index ceba877..566c5ed 100644 --- a/bedstead.c +++ b/bedstead.c @@ -1335,9 +1335,9 @@ static struct glyph { /* Block elements */ {{037,037,037,037,037,000,000,000,000}, 0x2580, "upblock" }, {{000,000,000,000,037,037,037,037,037}, 0x2584, "dnblock" }, - {{037,037,037,037,037,037,037,037,037}, 0x2588, "block" }, - {{034,034,034,034,034,034,034,034,034}, 0x258c, "lfblock" }, - {{007,007,007,007,007,007,007,007,007}, 0x2590, "rtblock" }, + {{0x5f}, 0x2588, "block", MOS }, + {{0x15}, 0x258c, "lfblock", MOS }, + {{0x4a}, 0x2590, "rtblock", MOS }, {{025,000,012,000,025,000,012,000,025}, 0x2591, "ltshade" }, {{022,011,004,022,011,004,022,011,004}, 0x2592, "shade" }, {{025,037,012,037,025,037,012,037,025}, 0x2593, "dkshade" },