diff options
| author | Jakob Kaivo <jkk@ung.org> | 2022-04-17 19:43:36 -0400 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2022-04-17 19:43:36 -0400 |
| commit | da9004bf825ffb4354351d5c7b6183303ad67d94 (patch) | |
| tree | a36d12f134de53ca6aacdc3ae780b4e9ed6b3750 | |
| parent | 6f54752a58caf82cce1863634830d3947cca963f (diff) | |
add x
| -rw-r--r-- | banner.c | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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) |
