summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVon Random <von@vdrandom.org>2019-05-16 13:44:43 +0300
committerVon Random <von@vdrandom.org>2019-05-16 13:44:43 +0300
commit8f10256cbb4656900fb5461b2d88fe3b967d0a0d (patch)
tree3ff17d1285a091b1117882fbfdfa509e61a5a2eb
parent074c40762deb771f8c0fa72605a00b134d0206b3 (diff)
config: get rid of unused options, back to st-256color termcap; makest: cleanup
-rw-r--r--config.h6
-rwxr-xr-xmakest1
2 files changed, 1 insertions, 6 deletions
diff --git a/config.h b/config.h
index 9ec1ed4..a3192bb 100644
--- a/config.h
+++ b/config.h
@@ -8,10 +8,6 @@
static char *font = "xos4 Terminus:bold:pixelsize=14";
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:
* 1: program passed with -e
@@ -79,7 +75,7 @@ const int boxdraw_braille = 0;
static int bellvolume = 0;
/* default TERM value */
-char *termname = "st-direct";
+char *termname = "st-256color";
/*
* spaces per tab
diff --git a/makest b/makest
index e0c04de..208c593 100755
--- a/makest
+++ b/makest
@@ -7,7 +7,6 @@ PATCHLIST=(
st-bright-bold-text.patch
st-clipboard.patch
st-direct-terminfo.patch
- # st-disable-bold-italic-fonts.patch
st-disable-intensity-styles.patch
)
MAKE_OPTS=(