diff options
| author | Jakob Kaivo <jkk@ung.org> | 2022-04-17 19:31:39 -0400 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2022-04-17 19:31:39 -0400 |
| commit | 12911f710fbc63c97aeff2d94aba8d7ce27769f1 (patch) | |
| tree | 7218b5ec09344571489d33932acf5743e9fefe76 /banner.c | |
| parent | be9f3637972458b92b4c9f7cbcdb506371d09a09 (diff) | |
add l
Diffstat (limited to 'banner.c')
| -rw-r--r-- | banner.c | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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) |
