summaryrefslogtreecommitdiff
path: root/banner.c
diff options
context:
space:
mode:
Diffstat (limited to 'banner.c')
-rw-r--r--banner.c10
1 files changed, 8 insertions, 2 deletions
diff --git a/banner.c b/banner.c
index e3cbf37..ec68e5f 100644
--- a/banner.c
+++ b/banner.c
@@ -884,8 +884,14 @@ static char letters[UCHAR_MAX][CHARACTER_HEIGHT][CHARACTER_WIDTH] = {
" }} ",
" ", },
- /* TODO: ~ */
-
+ ['~'] = { " ",
+ " ",
+ " ",
+ " ~~ ~ ",
+ " ~ ~~ ",
+ " ",
+ " ",
+ " ", },
};
static void banner(char *s, size_t columns)