From 3544bd86e29ecc7162421c04cb9811c75986af7c Mon Sep 17 00:00:00 2001 From: nick black Date: Fri, 27 Dec 2019 04:33:11 -0500 Subject: [PATCH] witherworm: don't hide chars below message --- src/demo/witherworm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/demo/witherworm.c b/src/demo/witherworm.c index 11b682a2d..2f3a663ed 100644 --- a/src/demo/witherworm.c +++ b/src/demo/witherworm.c @@ -274,7 +274,6 @@ static int message(struct ncplane* n, int maxy, int maxx, int num, int total, int bytes_out, int egs_out, int cols_out){ cell c = CELL_TRIVIAL_INITIALIZER; - cell_load(n, &c, " "); cell_set_fg_alpha(&c, CELL_ALPHA_TRANSPARENT); cell_set_bg_alpha(&c, CELL_ALPHA_TRANSPARENT); ncplane_set_default(n, &c);