mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-21 05:33:45 -04:00
sixel: trim trailing, fully transparent sixel rows
See https://github.com/hpjansson/chafa/issues/192
This commit is contained in:
parent
282c55aa4a
commit
cc660bc7c1
3 changed files with 41 additions and 11 deletions
|
|
@ -677,6 +677,7 @@ struct terminal {
|
|||
uint32_t *p; /* Pointer into data, for current position */
|
||||
int width; /* Image width, in pixels */
|
||||
int height; /* Image height, in pixels */
|
||||
unsigned int bottom_pixel;
|
||||
} image;
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue