summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--banner.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/banner.c b/banner.c
index 6d5ad2f..a79440d 100644
--- a/banner.c
+++ b/banner.c
@@ -262,6 +262,15 @@ static char letters[UCHAR_MAX][CHARACTER_HEIGHT][CHARACTER_WIDTH] = {
" 8888 ",
" " },
+ ['9'] = { " 9999 ",
+ " 9 9 ",
+ " 9 9 ",
+ " 99999 ",
+ " 9 ",
+ " 9 ",
+ " 9999 ",
+ " " },
+
['A'] = { " AA ",
" A A ",
" A A ",