From 8f10256cbb4656900fb5461b2d88fe3b967d0a0d Mon Sep 17 00:00:00 2001 From: Von Random Date: Thu, 16 May 2019 13:44:43 +0300 Subject: config: get rid of unused options, back to st-256color termcap; makest: cleanup --- config.h | 6 +----- makest | 1 - 2 files changed, 1 insertion(+), 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=( -- cgit v1.2.3