mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-16 22:05:21 -05:00
sixel: oops
This commit is contained in:
parent
6e8c4149d2
commit
462229af70
1 changed files with 2 additions and 2 deletions
4
sixel.c
4
sixel.c
|
|
@ -190,9 +190,9 @@ sixel_add(struct terminal *term, uint32_t color, uint8_t sixel)
|
|||
|
||||
int height = max(
|
||||
term->sixel.image.height,
|
||||
(term->sixel.pos.row + 1) * 6))
|
||||
(term->sixel.pos.row + 1) * 6);
|
||||
|
||||
resize(term, width, height);;
|
||||
resize(term, width, height);
|
||||
}
|
||||
|
||||
for (int i = 0; i < 6; i++, sixel >>= 1) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue