fallin': erase standard plane post-copy for non-FFmpeg builds #505

pull/524/head
nick black 5 years ago
parent 483470f777
commit 6c131f4860
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -454,7 +454,7 @@ summary_table(struct ncdirect* nc, const char* spec){
ncdirect_fg_rgb8(nc, 0xff, 0xb0, 0xb0);
fflush(stdout); // in case we print to stderr below, we want color from above
if(failed){
fprintf(stderr, "\nError running demo. Is \"%s\" the correct data path?\n", datadir);
fprintf(stderr, "\nError running demo.\nIs \"%s\" the correct data path? Supply it with -p\n", datadir);
}
#ifdef DFSG_BUILD
ncdirect_fg_rgb8(nc, 0xfe, 0x20, 0x76); // PANTONE Strong Red C + 3x0x20

@ -174,6 +174,7 @@ int fallin_demo(struct notcurses* nc){
}
}
free(usemap);
ncplane_erase(stdn);
#ifdef USE_FFMPEG
#ifndef DFSG_BUILD
int averr = 0;

Loading…
Cancel
Save