summaryrefslogtreecommitdiffstats
path: root/subtle/xbm/terminal.xbm
diff options
context:
space:
mode:
Diffstat (limited to 'subtle/xbm/terminal.xbm')
-rw-r--r--subtle/xbm/terminal.xbm5
1 files changed, 5 insertions, 0 deletions
diff --git a/subtle/xbm/terminal.xbm b/subtle/xbm/terminal.xbm
new file mode 100644
index 0000000..d346810
--- /dev/null
+++ b/subtle/xbm/terminal.xbm
@@ -0,0 +1,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 };