summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2015-11-07 23:54:23 +0100
committerMarkus Teich <markus.teich@stusta.mhn.de>2015-11-11 23:46:24 +0100
commit22a0a7f25596c28588bac5bf9e12cd8c534684d4 (patch)
tree6bee4bce739cd7b45f7dfa4c9448c78910e5db79 /config.def.h
parentd7eac23083be2278327e94255a182a221a0df273 (diff)
downloadsent-22a0a7f25596c28588bac5bf9e12cd8c534684d4.tar.gz
sent-22a0a7f25596c28588bac5bf9e12cd8c534684d4.tar.bz2
sent-22a0a7f25596c28588bac5bf9e12cd8c534684d4.zip
add multiline support
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 11221ee..9e4d5e7 100644
--- a/config.def.h
+++ b/config.def.h
@@ -11,6 +11,8 @@ static char *fontfallbacks[] = {
static const char *fgcol = "#000000";
static const char *bgcol = "#FFFFFF";
+static const float linespacing = 1.4;
+
/* how much screen estate is to be used at max for the content */
static const float usablewidth = 0.75;
static const float usableheight = 0.75;
Software created with 💖