aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorFederico Igne <git@federicoigne.com>2020-05-22 20:54:50 +0100
committerFederico Igne <git@federicoigne.com>2020-05-22 20:54:50 +0100
commit5bf570ff51b54228e8be399387f6a4928f3edbbd (patch)
treeaafb070dc73c55190013e625b45c2c82cf80c4b2 /config.h
parent35befbb19e5c677c3183028338e27055814bbcd5 (diff)
downloadst-5bf570ff51b54228e8be399387f6a4928f3edbbd.tar.gz
st-5bf570ff51b54228e8be399387f6a4928f3edbbd.zip
Move config.h changes to config.def.h
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index 363b2b9..12ba690 100644
--- a/config.h
+++ b/config.h
@@ -29,7 +29,7 @@ char *stty_args = "stty raw pass8 nl -echo -iexten -cstopb 38400";
29char *vtiden = "\033[?6c"; 29char *vtiden = "\033[?6c";
30 30
31/* Kerning / character bounding-box multipliers */ 31/* Kerning / character bounding-box multipliers */
32static float cwscale = 0.65; 32static float cwscale = 0.8;
33static float chscale = 1.0; 33static float chscale = 1.0;
34 34
35/* 35/*
@@ -86,7 +86,7 @@ char *termname = "st-256color";
86 * stty tabs 86 * stty tabs
87 */ 87 */
88unsigned int tabspaces = 8; 88unsigned int tabspaces = 8;
89 89
90/* Terminal colors (16 first used in escape sequence) */ 90/* Terminal colors (16 first used in escape sequence) */
91static const char *colorname[] = { 91static const char *colorname[] = {
92 /* 8 normal colors */ 92 /* 8 normal colors */