summaryrefslogtreecommitdiff
path: root/src/ansi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ansi.c')
-rw-r--r--src/ansi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ansi.c b/src/ansi.c
index 9ee4ffa..49f5722 100644
--- a/src/ansi.c
+++ b/src/ansi.c
@@ -66,6 +66,7 @@ struct mline mline_null;
struct mchar mchar_null;
struct mchar mchar_blank = { ' ', 0, 0, 0, 0, 0 };
struct mchar mchar_so = { ' ', A_RV, 0, 0, 0, 0};
+struct mchar mchar_vsplit = { ' ', A_RV, 0, 0, 0, 0};
uint64_t renditions[NUM_RENDS] = { 65529 /* =ub */ , 65531 /* =b */ , 65533 /* =u */ };