tabbed

Customized build of tabbed, the suckless tab manager
git clone git://src.adamsgaard.dk/tabbed
Log | Files | Refs | Submodules | README

commit c04e5f5216c784ad0872a53faf4717c0471823b3
parent ed3f4f32d1e406ae1b1594dc55b43b7bf2b58e30
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon, 17 Dec 2018 12:13:36 +0100

Use default character spacing

Diffstat:
Mconfig.h | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/config.h b/config.h @@ -24,8 +24,10 @@ char *stty_args = "stty raw pass8 nl -echo -iexten -cstopb 38400"; char *vtiden = "\033[?6c"; /* Kerning / character bounding-box multipliers */ -static float cwscale = 0.925; -static float chscale = 0.9; +static float cwscale = 1.0; +static float chscale = 1.0; +// static float cwscale = 0.925; +// static float chscale = 0.9; /* * word delimiter string