From f6d71df37f4b6cda099b5bf234ad2c64968650b7 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Wed, 18 Aug 2021 22:49:15 +0200 Subject: Remove unnecessary files --- boxdraw.o | Bin 928 -> 0 bytes config.def.h | 2 +- config.h | 12 ++++++++++++ st | Bin 105864 -> 0 bytes st.o | Bin 74320 -> 0 bytes x.o | Bin 80096 -> 0 bytes 6 files changed, 13 insertions(+), 1 deletion(-) delete mode 100644 boxdraw.o delete mode 100755 st delete mode 100644 st.o delete mode 100644 x.o diff --git a/boxdraw.o b/boxdraw.o deleted file mode 100644 index c934acc..0000000 Binary files a/boxdraw.o and /dev/null differ 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 */ diff --git a/config.h b/config.h index de1f585..817955e 100644 --- a/config.h +++ b/config.h @@ -73,6 +73,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 diff --git a/st b/st deleted file mode 100755 index 95558ca..0000000 Binary files a/st and /dev/null differ diff --git a/st.o b/st.o deleted file mode 100644 index c63ce65..0000000 Binary files a/st.o and /dev/null differ diff --git a/x.o b/x.o deleted file mode 100644 index 85114b4..0000000 Binary files a/x.o and /dev/null differ -- cgit v1.2.3-70-g09d2