[sixel] use private scrolling #1433

This commit is contained in:
nick black 2021-03-22 03:10:15 -04:00 committed by Nick Black
parent 0714f64b3d
commit ed1a35d87a

View File

@ -1037,7 +1037,7 @@ notcurses* notcurses_core_init(const notcurses_options* opts, FILE* outfp){
goto err;
}
if(ret->ttyfd >= 0){
if(sprite_clear_all(ret)){
if(sprite_init(ret)){
free_plane(ret->stdplane);
goto err;
}