diff options
Diffstat (limited to 'banner.c')
| -rw-r--r-- | banner.c | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -614,7 +614,14 @@ static char letters[UCHAR_MAX][CHARACTER_HEIGHT][CHARACTER_WIDTH] = { " ______ ", " ", }, - /* TODO: ` */ + ['`'] = { " `` ", + " `` ", + " ", + " ", + " ", + " ", + " ", + " ", }, ['a'] = { " ", " ", |
