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 1beaeb1..08a7b82 100644
--- a/banner.c
+++ b/banner.c
@@ -235,6 +235,15 @@ static char letters[UCHAR_MAX][CHARACTER_HEIGHT][CHARACTER_WIDTH] = {
" vv ",
" ", },
+ ['w'] = { " ",
+ " ",
+ " ",
+ " w w ",
+ " w w ",
+ " w ww w ",
+ " w w ",
+ " ", },
+
};
static void banner(char *s, size_t columns)