From 66b60431931ddad8da2ca8c9fa34e3ee783def27 Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Wed, 29 Apr 2026 03:49:31 -0400 Subject: [PATCH] update config for boxdraw --- config.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/config.h b/config.h index 3ab0a80..6625eca 100644 --- a/config.h +++ b/config.h @@ -67,6 +67,18 @@ static unsigned int blinktimeout = 800; */ static unsigned int cursorthickness = 2; +/* + * 1: render most of the lines/blocks characters without using the font for + * perfect alignment between cells (U2500 - U259F except dashes/diagonals). + * 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; + +/* braille (U28XX): 1: render as adjacent "pixels", 0: use font */ +const int boxdraw_braille = 0; + /* * bell volume. It must be a value between -100 and 100. Use 0 for disabling * it -- 2.54.0