aboutsummaryrefslogtreecommitdiff
path: root/programs/st/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'programs/st/config.h')
-rw-r--r--programs/st/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/programs/st/config.h b/programs/st/config.h
index c9fca58..e7f79e3 100644
--- a/programs/st/config.h
+++ b/programs/st/config.h
@@ -27,7 +27,7 @@ char *stty_args = "stty raw pass8 nl -echo -iexten -cstopb 38400";
27char *vtiden = "\033[?6c"; 27char *vtiden = "\033[?6c";
28 28
29/* Kerning / character bounding-box multipliers */ 29/* Kerning / character bounding-box multipliers */
30static float cwscale = 0.9; 30static float cwscale = 1.0;
31static float chscale = 1.0; 31static float chscale = 1.0;
32 32
33/* 33/*