commit 3cc2b519584225bee1df17040ddcb47fd1fa3646
parent 9ed7e40c64612471ccfafcf1b254f36a4efe1ce7
Author: mpizzzle <michael.770211@gmail.com>
Date: Sat, 23 May 2020 13:45:44 +0100
updating letterspace (perhaps allow this to be configured through Xresources?)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x.c b/x.c
@@ -1032,7 +1032,7 @@ xloadfonts(char *fontstr, double fontsize)
}
/* Setting character width and height. */
- win.cw = ceilf(dc.font.width * cwscale);
+ win.cw = ceilf(dc.font.width * cwscale) + 1;
win.ch = ceilf(dc.font.height * chscale);
FcPatternDel(pattern, FC_SLANT);