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