From 5bf570ff51b54228e8be399387f6a4928f3edbbd Mon Sep 17 00:00:00 2001 From: Federico Igne Date: Fri, 22 May 2020 20:54:50 +0100 Subject: Move config.h changes to config.def.h --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.h') 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"; char *vtiden = "\033[?6c"; /* Kerning / character bounding-box multipliers */ -static float cwscale = 0.65; +static float cwscale = 0.8; static float chscale = 1.0; /* @@ -86,7 +86,7 @@ char *termname = "st-256color"; * stty tabs */ unsigned int tabspaces = 8; - + /* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = { /* 8 normal colors */ -- cgit v1.2.3