summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--banner.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/banner.c b/banner.c
index 7ea6000..bb9a2b0 100644
--- a/banner.c
+++ b/banner.c
@@ -109,6 +109,24 @@ static char letters[UCHAR_MAX][CHARACTER_HEIGHT][CHARACTER_WIDTH] = {
" ",
" ", },
+ ['('] = { " ( ",
+ " ( ",
+ " ( ",
+ " ( ",
+ " ( ",
+ " ( ",
+ " ( ",
+ " ", },
+
+ [')'] = { " ) ",
+ " ) ",
+ " ) ",
+ " ) ",
+ " ) ",
+ " ) ",
+ " ) ",
+ " ", },
+
['A'] = { " AA ",
" A A ",
" A A ",