summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--banner.c11
1 files changed, 10 insertions, 1 deletions
diff --git a/banner.c b/banner.c
index f7793c0..5354e59 100644
--- a/banner.c
+++ b/banner.c
@@ -857,7 +857,16 @@ static char letters[UCHAR_MAX][CHARACTER_HEIGHT][CHARACTER_WIDTH] = {
" zzzz ",
" ", },
- /* TODO: {|}~ */
+ ['{'] = { " {{ ",
+ " { ",
+ " { ",
+ " { ",
+ " { ",
+ " { ",
+ " {{ ",
+ " ", },
+
+ /* TODO: |}~ */
};