From 295ca25eba4ab678af0de2b2584d91beaa768304 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Mon, 22 Feb 2021 08:24:15 +0100 Subject: change character height in config.def.h --- config.def.h | 2 +- st | Bin 106800 -> 106800 bytes 2 files changed, 1 insertion(+), 1 deletion(-) 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 Binary files a/st and b/st differ -- cgit v1.2.3