diff options
Diffstat (limited to 'banner.c')
| -rw-r--r-- | banner.c | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -884,8 +884,14 @@ static char letters[UCHAR_MAX][CHARACTER_HEIGHT][CHARACTER_WIDTH] = { " }} ", " ", }, - /* TODO: ~ */ - + ['~'] = { " ", + " ", + " ", + " ~~ ~ ", + " ~ ~~ ", + " ", + " ", + " ", }, }; static void banner(char *s, size_t columns) |
