diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-02-22 08:24:15 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-02-22 08:24:15 +0100 |
commit | 295ca25eba4ab678af0de2b2584d91beaa768304 (patch) | |
tree | cea96713bf35ddebfddef8594e3fb2031d13de27 | |
parent | ad59b2a0bdde0de49bdb8b7e962e85f306847ca6 (diff) |
change character height in config.def.h
-rw-r--r-- | config.def.h | 2 | ||||
-rwxr-xr-x | st | bin | 106800 -> 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 Binary files differ |