chiark / gitweb /
Switch to using string constants for character bitmaps
authorBen Harris <bjh21@bjh21.me.uk>
Sat, 26 Oct 2024 15:25:14 +0000 (16:25 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Sat, 26 Oct 2024 15:25:14 +0000 (16:25 +0100)
commite303c792d33d65512a50fc9e5889c30fcffd16a1
tree3532563fbe38f0217b3fb8609d5df53c0a7dab3d
parenta1715eff491e8c79026809108ade2c5f6ca9c915
Switch to using string constants for character bitmaps

Future versions of C are likely to make octal integer constants
obsolescent.  Switching to something non-obsolete seems wise, and also
using octal character constants saves eight characters per line that I
can use for other things.

I did consider just using one character per row, but I think that might
be a little too hard to read.
bedstead.c