From 5f070e0f149336ccc2fb4a59a1800238af6dbf9e Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 17 Apr 2022 19:39:29 -0400 Subject: add t --- banner.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/banner.c b/banner.c index 96c6c09..ad45df5 100644 --- a/banner.c +++ b/banner.c @@ -208,6 +208,15 @@ static char letters[UCHAR_MAX][CHARACTER_HEIGHT][CHARACTER_WIDTH] = { " ssss ", " ", }, + ['t'] = { " t ", + " t ", + " ttttt ", + " t ", + " t ", + " t ", + " t ", + " " }, + }; static void banner(char *s, size_t columns) -- cgit v1.2.1