diff options
Diffstat (limited to 'programs/st/config.h')
-rw-r--r-- | programs/st/config.h | 2 |
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"; | |||
27 | char *vtiden = "\033[?6c"; | 27 | char *vtiden = "\033[?6c"; |
28 | 28 | ||
29 | /* Kerning / character bounding-box multipliers */ | 29 | /* Kerning / character bounding-box multipliers */ |
30 | static float cwscale = 0.9; | 30 | static float cwscale = 1.0; |
31 | static float chscale = 1.0; | 31 | static float chscale = 1.0; |
32 | 32 | ||
33 | /* | 33 | /* |