mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
sixel: stop cropping images to the last non-transparent row
This commit is contained in:
parent
d6d143e2a6
commit
774570ec41
3 changed files with 1 additions and 22 deletions
|
|
@ -620,7 +620,6 @@ struct terminal {
|
|||
} state;
|
||||
|
||||
struct coord pos; /* Current sixel coordinate */
|
||||
int max_non_empty_row_no;
|
||||
size_t row_byte_ofs; /* Byte position into image, for current row */
|
||||
int color_idx; /* Current palette index */
|
||||
uint32_t *private_palette; /* Private palette, used when private mode 1070 is enabled */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue