summaryrefslogtreecommitdiff
path: root/banner.c
diff options
context:
space:
mode:
Diffstat (limited to 'banner.c')
-rw-r--r--banner.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/banner.c b/banner.c
index 1573b68..0b2c9d4 100644
--- a/banner.c
+++ b/banner.c
@@ -298,7 +298,14 @@ static char letters[UCHAR_MAX][CHARACTER_HEIGHT][CHARACTER_WIDTH] = {
" < ",
" " },
- /* TODO: = */
+ ['='] = { " ",
+ " ",
+ " ====== ",
+ " ",
+ " ====== ",
+ " ",
+ " ",
+ " " },
['>'] = { " > ",
" > ",