diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-08-18 22:49:15 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-08-18 22:49:15 +0200 |
commit | f6d71df37f4b6cda099b5bf234ad2c64968650b7 (patch) | |
tree | d8a45d95a0740c899e3d7a693d558aa171eb3218 | |
parent | 31dde49c7b51bc8a9de8db08edb4008f026db35b (diff) |
Remove unnecessary files
-rw-r--r-- | boxdraw.o | bin | 928 -> 0 bytes | |||
-rw-r--r-- | config.def.h | 2 | ||||
-rw-r--r-- | config.h | 12 | ||||
-rwxr-xr-x | st | bin | 105864 -> 0 bytes | |||
-rw-r--r-- | st.o | bin | 74320 -> 0 bytes | |||
-rw-r--r-- | x.o | bin | 80096 -> 0 bytes |
6 files changed, 13 insertions, 1 deletions
diff --git a/boxdraw.o b/boxdraw.o Binary files differdeleted file mode 100644 index c934acc..0000000 --- a/boxdraw.o +++ /dev/null diff --git a/config.def.h b/config.def.h index 5575712..817955e 100644 --- a/config.def.h +++ b/config.def.h @@ -79,7 +79,7 @@ static unsigned int cursorthickness = 2; * 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 = 1; const int boxdraw_bold = 0; /* braille (U28XX): 1: render as adjacent "pixels", 0: use font */ @@ -74,6 +74,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 = 1; +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 */ Binary files differBinary files differBinary files differ |