From d3cac57d03fb771071b6f7f21a39d0451305d5f3 Mon Sep 17 00:00:00 2001 From: nick black Date: Mon, 17 Aug 2020 16:35:19 -0400 Subject: [PATCH] fallin': copy styles/colors from old display #909 --- src/demo/fallin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/demo/fallin.c b/src/demo/fallin.c index 720224bda..643b7dcf0 100644 --- a/src/demo/fallin.c +++ b/src/demo/fallin.c @@ -145,7 +145,7 @@ int fallin_demo(struct notcurses* nc){ if(ncplane_at_yx_cell(stdn, usey, usex, &stdc) < 0){ goto err; } - if(cell_load(n, &c, cell_extended_gcluster(stdn, &stdc)) < 0){ + if(cell_prime(n, &c, cell_extended_gcluster(stdn, &stdc), stdc.stylemask, stdc.channels) < 0){ cell_release(stdn, &stdc); goto err; }