aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2021-02-22 08:24:15 +0100
committerlonkaars <l.leblansch@gmail.com>2021-02-22 08:24:15 +0100
commit295ca25eba4ab678af0de2b2584d91beaa768304 (patch)
treecea96713bf35ddebfddef8594e3fb2031d13de27
parentad59b2a0bdde0de49bdb8b7e962e85f306847ca6 (diff)
change character height in config.def.h
-rw-r--r--config.def.h2
-rwxr-xr-xstbin106800 -> 106800 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index f14eae0..1bdb4f4 100644
--- a/config.def.h
+++ b/config.def.h
@@ -27,7 +27,7 @@ char *vtiden = "\033[?6c";
/* Kerning / character bounding-box multipliers */
static float cwscale = 0.95;
-static float chscale = 1.15;
+static float chscale = 1.20;
/*
* word delimiter string
diff --git a/st b/st
index ad43304..0d0d3d9 100755
--- a/st
+++ b/st
Binary files differ