st

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

commit ae58ff0b5e5755cfb0f9d4233fc6b25d966457a3
parent 052039e5b1f598e2c25cc18c3a79f0df6a3f847e
Author: siduck76 <siduckk76@protonmail.com>
Date:   Mon, 14 Jun 2021 08:37:55 +0530

enable  braillie boxdraw

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