add multiline support

This commit is contained in:
Markus Teich
2015-11-07 23:54:23 +01:00
parent d7eac23083
commit 22a0a7f255
3 changed files with 146 additions and 51 deletions

View File

@ -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;