From 12911f710fbc63c97aeff2d94aba8d7ce27769f1 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 17 Apr 2022 19:31:39 -0400 Subject: add l --- banner.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/banner.c b/banner.c index 622002f..6ba9a25 100644 --- a/banner.c +++ b/banner.c @@ -136,6 +136,15 @@ static char letters[UCHAR_MAX][CHARACTER_HEIGHT][CHARACTER_WIDTH] = { " k k ", " " }, + ['l'] = { " l ", + " l ", + " l ", + " l ", + " l ", + " l ", + " l ", + " " }, + }; static void banner(char *s, size_t columns) -- cgit v1.2.1