witherworm: don't hide chars below message

pull/232/head
nick black 5 years ago
parent fe0c18d5e4
commit 3544bd86e2
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

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

Loading…
Cancel
Save