From 7c6ef5232de8d31a10e593882c29189c05296541 Mon Sep 17 00:00:00 2001 From: "Douglas B. Rumbaugh" Date: Sat, 31 Dec 2022 16:30:35 -0500 Subject: Applied boxdraw + more repo cleanup --- config.def.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 20f1c88..97d0ead 100644 --- a/config.def.h +++ b/config.def.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 -- cgit v1.2.3