mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 01:29:05 -04:00
[sixel] use private scrolling #1433
This commit is contained in:
parent
0714f64b3d
commit
ed1a35d87a
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user