diff options
Diffstat (limited to 'banner.c')
| -rw-r--r-- | banner.c | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -875,7 +875,16 @@ static char letters[UCHAR_MAX][CHARACTER_HEIGHT][CHARACTER_WIDTH] = { " | ", " ", }, - /* TODO: |}~ */ + ['}'] = { " }} ", + " } ", + " } ", + " } ", + " } ", + " } ", + " }} ", + " ", }, + + /* TODO: ~ */ }; |
