fallin': copy styles/colors from old display #909

pull/922/head
nick black 4 years ago
parent d523b41200
commit d3cac57d03
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

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

Loading…
Cancel
Save