summaryrefslogtreecommitdiff
path: root/banner.c
diff options
context:
space:
mode:
Diffstat (limited to 'banner.c')
-rw-r--r--banner.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/banner.c b/banner.c
index ef6fc66..c3be8c5 100644
--- a/banner.c
+++ b/banner.c
@@ -577,7 +577,15 @@ static char letters[UCHAR_MAX][CHARACTER_HEIGHT][CHARACTER_WIDTH] = {
" [[[[[[ ",
" ", },
- /* TODO: \ */
+ ['\\'] ={ " ",
+ " \\ ",
+ " \\ ",
+ " \\ ",
+ " \\ ",
+ " \\ ",
+ " \\ ",
+ " ", },
+
[']'] = { " ]]]]]] ",
" ] ",