Introduction
Introduction Statistics Contact Development Disclaimer Help
support even larger screens - sent - simple plaintext presentation tool
git clone git://git.suckless.org/sent
Log
Files
Refs
README
LICENSE
---
commit 4ae761b8becf81ea2dfbdee38b323bb0e6d5bf2a
parent 4a828c2d6c2d16f77c0d110b31648462b28cc271
Author: Markus Teich <[email protected]>
Date: Tue, 17 Nov 2015 01:39:40 +0100
support even larger screens
Diffstat:
M config.def.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/config.def.h b/config.def.h
@@ -5,7 +5,7 @@ static char *fontfallbacks[] = {
"roboto",
"ubuntu",
};
-#define NUMFONTSCALES 30
+#define NUMFONTSCALES 42
#define FONTSZ(x) ((int)(10.0 * powf(1.1288, (x)))) /* x in [0, NUMFONTSCALES-…
static const char *fgcol = "#000000";
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.