mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-18 03:25:55 +00:00
[sixel] attach the sixelmap to the sprixel post-load
This commit is contained in:
parent
322ee8309d
commit
fe719a6c39
@ -562,6 +562,8 @@ sixel_blit_inner(int leny, int lenx, const sixeltable* stab, int rows, int cols,
|
||||
free(buf);
|
||||
return -1;
|
||||
}
|
||||
sixelmap_trim(stab->map);
|
||||
bargs->u.pixel.spx->smap = stab->map;
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user