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 0fc5fbe..e3cbf37 100644
--- a/banner.c
+++ b/banner.c
@@ -875,7 +875,16 @@ static char letters[UCHAR_MAX][CHARACTER_HEIGHT][CHARACTER_WIDTH] = {
" | ",
" ", },
- /* TODO: |}~ */
+ ['}'] = { " }} ",
+ " } ",
+ " } ",
+ " } ",
+ " } ",
+ " } ",
+ " }} ",
+ " ", },
+
+ /* TODO: ~ */
};