From ae58ff0b5e5755cfb0f9d4233fc6b25d966457a3 Mon Sep 17 00:00:00 2001 From: siduck76 Date: Mon, 14 Jun 2021 08:37:55 +0530 Subject: [PATCH] enable braillie boxdraw --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 6bd31d64c5d990fd29e7175c46a725a614b1b5b8..e500bc5b147eede95721485e75c65d7a55ca1476 100644 --- a/config.h +++ b/config.h @@ -85,7 +85,7 @@ const int boxdraw = 1; const int boxdraw_bold = 1; /* braille (U28XX): 1: render as adjacent "pixels", 0: use font */ -const int boxdraw_braille = 0; +const int boxdraw_braille = 1; /* * bell volume. It must be a value between -100 and 100. Use 0 for disabling