summaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorDouglas B. Rumbaugh <doug@douglasrumbaugh.com>2023-01-01 16:42:02 -0500
committerDouglas B. Rumbaugh <doug@douglasrumbaugh.com>2023-01-01 16:42:02 -0500
commit2dd127a7a7bcd9d55753b747c1869624c470e09e (patch)
treee2b979c178947faf62508a6023c583d2b39edda8 /config.def.h
parentc4de2e4c4acb9cf317d1e5465f70f5f2685e3e47 (diff)
downloadst-2dd127a7a7bcd9d55753b747c1869624c470e09e.tar.gz
enabled boxdraw bold
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index 01e034f..145cfb6 100644
--- a/config.def.h
+++ b/config.def.h
@@ -74,10 +74,10 @@ static unsigned int cursorthickness = 2;
* 0: disable (render all U25XX glyphs normally from the font).
*/
const int boxdraw = 1;
-const int boxdraw_bold = 0;
+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