sixel: stop cropping images to the last non-transparent row

This commit is contained in:
Daniel Eklöf 2023-06-19 19:09:58 +02:00
parent d6d143e2a6
commit 774570ec41
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 1 additions and 22 deletions

View file

@ -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 */