config: get rid of unused options, back to st-256color termcap; makest: cleanup

This commit is contained in:
Von Random 2019-05-16 13:44:43 +03:00
parent 074c40762d
commit 8f10256cbb
2 changed files with 1 additions and 6 deletions

View file

@ -8,10 +8,6 @@
static char *font = "xos4 Terminus:bold:pixelsize=14"; static char *font = "xos4 Terminus:bold:pixelsize=14";
static int borderpx = 1; static int borderpx = 1;
/* disable bold and italic font styles */
// int disablebold = 1;
// int disableitalic = 1;
/* /*
* What program is execed by st depends of these precedence rules: * What program is execed by st depends of these precedence rules:
* 1: program passed with -e * 1: program passed with -e
@ -79,7 +75,7 @@ const int boxdraw_braille = 0;
static int bellvolume = 0; static int bellvolume = 0;
/* default TERM value */ /* default TERM value */
char *termname = "st-direct"; char *termname = "st-256color";
/* /*
* spaces per tab * spaces per tab

1
makest
View file

@ -7,7 +7,6 @@ PATCHLIST=(
st-bright-bold-text.patch st-bright-bold-text.patch
st-clipboard.patch st-clipboard.patch
st-direct-terminfo.patch st-direct-terminfo.patch
# st-disable-bold-italic-fonts.patch
st-disable-intensity-styles.patch st-disable-intensity-styles.patch
) )
MAKE_OPTS=( MAKE_OPTS=(