diff options
| author | Nikita Langer <nikitalanger@icloud.com> | 2026-07-12 15:06:11 +0200 |
|---|---|---|
| committer | Nikita Langer <nikitalanger@icloud.com> | 2026-07-12 15:06:11 +0200 |
| commit | 12f6cfc1f7302347a3e7fb9fb69e0cea7b46800a (patch) | |
| tree | e017ed2b1b4314cd22ee16501f943d62814909f4 /config.def.h | |
| parent | 20f4bc6b928562d5007d856e53005c533c5004d0 (diff) | |
| download | st-12f6cfc1f7302347a3e7fb9fb69e0cea7b46800a.tar.gz st-12f6cfc1f7302347a3e7fb9fb69e0cea7b46800a.tar.bz2 st-12f6cfc1f7302347a3e7fb9fb69e0cea7b46800a.tar.xz st-12f6cfc1f7302347a3e7fb9fb69e0cea7b46800a.zip | |
xrdb
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 1110b16..a6b3c44 100644 --- a/config.def.h +++ b/config.def.h @@ -93,7 +93,7 @@ const int boxdraw = 1; const int boxdraw_bold = 0; /* 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 |
