summaryrefslogtreecommitdiffstats
path: root/style.c
diff options
context:
space:
mode:
authornicm <nicm>2019-06-27 15:17:41 +0000
committernicm <nicm>2019-06-27 15:17:41 +0000
commitdae2868d1227b95fd076fb4a5efa6256c7245943 (patch)
treee9c0285c193c9e3463b4e3d45cfd71a7668aedfa /style.c
parent3a6d90adadfcd4aa6b513df7f8ae5c4dcc05a6dc (diff)
Add support for underscore colours with Setulc capability, mostly from
Kai Moschcau.
Diffstat (limited to 'style.c')
-rw-r--r--style.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.c b/style.c
index ce78175a..4c6174c7 100644
--- a/style.c
+++ b/style.c
@@ -30,7 +30,7 @@
/* Default style. */
static struct style style_default = {
- { 0, 0, 8, 8, { { ' ' }, 0, 1, 1 } },
+ { 0, 0, 8, 8, 0, { { ' ' }, 0, 1, 1 } },
STYLE_ALIGN_DEFAULT,
STYLE_LIST_OFF,