commit 892834a9c5df5789fb5cb317365fa56a18eb6c71
parent 8f5b464527b96c61a8136527cd2c06b558f1cbe6
Author: regexghost <regexghost@protonmail.com>
Date: Thu, 23 Apr 2026 08:31:51 +0100
enabled boxdraw patch in config
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config.def.h b/config.def.h
@@ -85,8 +85,8 @@ static unsigned int cursorthickness = 2;
* Bold affects lines thickness if boxdraw_bold is not 0. Italic is ignored.
* 0: disable (render all U25XX glyphs normally from the font).
*/
-const int boxdraw = 0;
-const int boxdraw_bold = 0;
+const int boxdraw = 1;
+const int boxdraw_bold = 1;
/* braille (U28XX): 1: render as adjacent "pixels", 0: use font */
const int boxdraw_braille = 0;