summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2022-04-17 20:25:06 -0400
committerJakob Kaivo <jkk@ung.org>2022-04-17 20:25:06 -0400
commit4b4703265da31ced6ef9a339e8345000a0308d66 (patch)
tree6e37c9541e4216879f63239cfadb6a856d4d9cff
parent73ff57055128bf0db83f7d89531b31b8a058bb07 (diff)
add _
-rw-r--r--banner.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/banner.c b/banner.c
index 502c419..b8917c5 100644
--- a/banner.c
+++ b/banner.c
@@ -154,6 +154,15 @@ static char letters[UCHAR_MAX][CHARACTER_HEIGHT][CHARACTER_WIDTH] = {
" ,, ",
" , ", },
+ ['_'] = { " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ______ ",
+ " ", },
+
['A'] = { " AA ",
" A A ",
" A A ",