diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -29,7 +29,7 @@ char *stty_args = "stty raw pass8 nl -echo -iexten -cstopb 38400"; | |||
29 | char *vtiden = "\033[?6c"; | 29 | char *vtiden = "\033[?6c"; |
30 | 30 | ||
31 | /* Kerning / character bounding-box multipliers */ | 31 | /* Kerning / character bounding-box multipliers */ |
32 | static float cwscale = 0.65; | 32 | static float cwscale = 0.8; |
33 | static float chscale = 1.0; | 33 | static float chscale = 1.0; |
34 | 34 | ||
35 | /* | 35 | /* |
@@ -86,7 +86,7 @@ char *termname = "st-256color"; | |||
86 | * stty tabs | 86 | * stty tabs |
87 | */ | 87 | */ |
88 | unsigned int tabspaces = 8; | 88 | unsigned int tabspaces = 8; |
89 | 89 | ||
90 | /* Terminal colors (16 first used in escape sequence) */ | 90 | /* Terminal colors (16 first used in escape sequence) */ |
91 | static const char *colorname[] = { | 91 | static const char *colorname[] = { |
92 | /* 8 normal colors */ | 92 | /* 8 normal colors */ |