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