From da9004bf825ffb4354351d5c7b6183303ad67d94 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 17 Apr 2022 19:43:36 -0400 Subject: add x --- banner.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/banner.c b/banner.c index 08a7b82..8ca19ce 100644 --- a/banner.c +++ b/banner.c @@ -244,6 +244,15 @@ static char letters[UCHAR_MAX][CHARACTER_HEIGHT][CHARACTER_WIDTH] = { " w w ", " ", }, + ['x'] = { " ", + " ", + " x x ", + " x x ", + " xx ", + " x x ", + " x x ", + " ", }, + }; static void banner(char *s, size_t columns) -- cgit v1.2.1