mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-06 03:20:26 +00:00
fallin': erase standard plane post-copy for non-FFmpeg builds #505
This commit is contained in:
parent
483470f777
commit
6c131f4860
@ -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…
Reference in New Issue
Block a user