st

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 8b873dbb69c1ef165ef4c21618d87a3be0d8e1c2
parent 00cad23380d7c2111a4e429ce38c0a793d23a6ec
Author: siduck76 <siduckk76@protonmail.com>
Date:   Thu, 10 Jun 2021 08:32:08 +0530

disable boxdraw for brailie

Diffstat:
Mconfig.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 = 1; +const int boxdraw_braille = 0; /* * bell volume. It must be a value between -100 and 100. Use 0 for disabling