summaryrefslogtreecommitdiff
path: root/banner.c
diff options
context:
space:
mode:
Diffstat (limited to 'banner.c')
-rw-r--r--banner.c11
1 files changed, 10 insertions, 1 deletions
diff --git a/banner.c b/banner.c
index 4f406af..84e17c6 100644
--- a/banner.c
+++ b/banner.c
@@ -280,7 +280,16 @@ static char letters[UCHAR_MAX][CHARACTER_HEIGHT][CHARACTER_WIDTH] = {
" ",
" " },
- /* TODO: :;<=> */
+ [';'] = { " ",
+ " ;; ",
+ " ;; ",
+ " ",
+ " ;; ",
+ " ; ",
+ " ",
+ " " },
+
+ /* TODO: <=> */
['?'] = { " ???? ",
" ? ? ",
" ? ",