stow initial commit

This commit is contained in:
2026-04-01 19:00:09 +01:00
commit 4236d22445
311 changed files with 39808 additions and 0 deletions
@@ -0,0 +1,4 @@
#define shade_width 8
#define shade_height 8
static unsigned char shade_bits[] = {
0x18, 0x3c, 0x7e, 0xff, 0xdb, 0x18, 0x18, 0x18 };