diff options
| -rw-r--r-- | banner.c | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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) |
