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 0b2c9d4..93e317d 100644
--- a/banner.c
+++ b/banner.c
@@ -325,7 +325,14 @@ static char letters[UCHAR_MAX][CHARACTER_HEIGHT][CHARACTER_WIDTH] = {
" ? ",
" ", },
- /* TODO: @ */
+ ['@'] = { " @@@@ ",
+ " @ @ ",
+ " @ @@ @ ",
+ " @ @ @ ",
+ " @ @@@ ",
+ " @ ",
+ " @@@@ ",
+ " ", },
['A'] = { " AA ",
" A A ",