summaryrefslogtreecommitdiff
path: root/banner.c
diff options
context:
space:
mode:
Diffstat (limited to 'banner.c')
-rw-r--r--banner.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/banner.c b/banner.c
index 1ee4cde..e1d040a 100644
--- a/banner.c
+++ b/banner.c
@@ -172,6 +172,15 @@ static char letters[UCHAR_MAX][CHARACTER_HEIGHT][CHARACTER_WIDTH] = {
" oooo ",
" " },
+ ['p'] = { " ",
+ " ",
+ " ppppp ",
+ " p p ",
+ " p p ",
+ " ppppp ",
+ " p ",
+ " p " },
+
};
static void banner(char *s, size_t columns)