summaryrefslogtreecommitdiffstats
path: root/subtle/xbm/terminal.xbm
blob: d34681093cb83656b98b7d105925842630607d52 (plain)
1
2
3
4
5
#define terminal_width 9
#define terminal_height 9
static unsigned char terminal_bits[] = {
   0x00, 0x00, 0xff, 0x01, 0x01, 0x01, 0x05, 0x01, 0x09, 0x01, 0x35, 0x01,
   0x01, 0x01, 0x01, 0x01, 0xff, 0x01 };