diff options
| author | Jakob Kaivo <jkk@ung.org> | 2022-04-17 19:42:26 -0400 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2022-04-17 19:42:26 -0400 |
| commit | 6f54752a58caf82cce1863634830d3947cca963f (patch) | |
| tree | cd2959fba23607330c041ec6e24f0d7c9b0b4696 /banner.c | |
| parent | 477406dd5293c1a7a172c343510368acc690e7fa (diff) | |
add w
Diffstat (limited to 'banner.c')
| -rw-r--r-- | banner.c | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -235,6 +235,15 @@ static char letters[UCHAR_MAX][CHARACTER_HEIGHT][CHARACTER_WIDTH] = { " vv ", " ", }, + ['w'] = { " ", + " ", + " ", + " w w ", + " w w ", + " w ww w ", + " w w ", + " ", }, + }; static void banner(char *s, size_t columns) |
