diff options
Diffstat (limited to 'banner.c')
| -rw-r--r-- | banner.c | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -91,6 +91,15 @@ static char letters[UCHAR_MAX][CHARACTER_HEIGHT][CHARACTER_WIDTH] = { " f ", " " }, + ['g'] = { " ", + " ", + " gggg ", + " g g ", + " g g ", + " ggggg ", + " g ", + " gggg " }, + }; static void banner(char *s, size_t columns) |
