From dae2868d1227b95fd076fb4a5efa6256c7245943 Mon Sep 17 00:00:00 2001 From: nicm Date: Thu, 27 Jun 2019 15:17:41 +0000 Subject: Add support for underscore colours with Setulc capability, mostly from Kai Moschcau. --- style.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'style.c') 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, -- cgit v1.2.3