summaryrefslogtreecommitdiff
path: root/banner.c
diff options
context:
space:
mode:
Diffstat (limited to 'banner.c')
-rw-r--r--banner.c28
1 files changed, 28 insertions, 0 deletions
diff --git a/banner.c b/banner.c
index 405516e..e94118e 100644
--- a/banner.c
+++ b/banner.c
@@ -37,6 +37,34 @@
#define CHARACTER_HEIGHT 8
static char letters[UCHAR_MAX][CHARACTER_HEIGHT][CHARACTER_WIDTH] = {
+ [' '] = { " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ", },
+
+ ['!'] = { " ! ",
+ " ! ",
+ " ! ",
+ " ! ",
+ " ! ",
+ " ",
+ " ! ",
+ " ", },
+
+ ['"'] = { " \"\" \"\" ",
+ " \"\" \"\" ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ", },
+
+
['A'] = { " AA ",
" A A ",
" A A ",