chiark
/
gitweb
/
~bjharris
/
bedstead.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c12abd6
)
Correct 4-cell mosaic graphics glyphs
author
Ben Harris
<bjh21@bjh21.me.uk>
Fri, 19 Jun 2020 23:53:22 +0000
(
00:53
+0100)
committer
Ben Harris
<bjh21@bjh21.me.uk>
Fri, 19 Jun 2020 23:53:22 +0000
(
00:53
+0100)
They were accidentally being generated using 6-cell geometry.
bedstead.c
patch
|
blob
|
history
diff --git
a/bedstead.c
b/bedstead.c
index 2dcaf52feaa33c4800dfe8d41e96bc86fb4b93a3..16db4b5b260b6df1d122938f30dbed723cf30b3c 100644
(file)
--- a/
bedstead.c
+++ b/
bedstead.c
@@
-1623,7
+1623,7
@@
static struct glyph {
{{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" },
-#define M(x, u) { {x}, U(u), MOS
6
}, { {x}, -1, "uni" #u ".sep4", SEP4 }
+#define M(x, u) { {x}, U(u), MOS
4
}, { {x}, -1, "uni" #u ".sep4", SEP4 }
M( 4, 2596), M( 8, 2597), M( 1, 2598), M(13, 2599),
M( 9, 259A), M( 7, 259B), M(11, 259C), M( 2, 259D),
M( 6, 259E), M(14, 259F),