summaryrefslogtreecommitdiff
path: root/banner.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2022-04-17 19:26:14 -0400
committerJakob Kaivo <jkk@ung.org>2022-04-17 19:26:14 -0400
commit0ff848b64768bcbd924871e9d98bc5ed8338efea (patch)
tree998d53802ab33f7547dc90dc97d3da763b58de88 /banner.c
parentbc7c92f48b17de430f3d82eb8fb29a68f5d24605 (diff)
add h
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 a461bda..a7b230b 100644
--- a/banner.c
+++ b/banner.c
@@ -100,6 +100,15 @@ static char letters[UCHAR_MAX][CHARACTER_HEIGHT][CHARACTER_WIDTH] = {
" g ",
" gggg " },
+ ['h'] = { " h ",
+ " h ",
+ " h ",
+ " hhhhh ",
+ " h h ",
+ " h h ",
+ " h h ",
+ " " },
+
};
static void banner(char *s, size_t columns)