summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--banner.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/banner.c b/banner.c
index 84e17c6..d0c1c93 100644
--- a/banner.c
+++ b/banner.c
@@ -289,6 +289,15 @@ static char letters[UCHAR_MAX][CHARACTER_HEIGHT][CHARACTER_WIDTH] = {
" ",
" " },
+ ['<'] = { " < ",
+ " < ",
+ " < ",
+ " < ",
+ " < ",
+ " < ",
+ " < ",
+ " " },
+
/* TODO: <=> */
['?'] = { " ???? ",
" ? ? ",