mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-10 05:33:51 -04:00
sixel: fold long line
This commit is contained in:
parent
ab618dd192
commit
2c515c27e5
1 changed files with 3 additions and 1 deletions
4
sixel.c
4
sixel.c
|
|
@ -484,7 +484,9 @@ sixel_unhook(struct terminal *term)
|
||||||
sixel_overwrite_by_rectangle(
|
sixel_overwrite_by_rectangle(
|
||||||
term, cursor->row, image.pos.col, image.rows, image.cols);
|
term, cursor->row, image.pos.col, image.rows, image.cols);
|
||||||
|
|
||||||
LOG_DBG("generating %dx%d pixman image at %d-%d", image.width, image.height, image.pos.row, image.pos.row + image.rows);
|
LOG_DBG("generating %dx%d pixman image at %d-%d",
|
||||||
|
image.width, image.height,
|
||||||
|
image.pos.row, image.pos.row + image.rows);
|
||||||
|
|
||||||
image.pix = pixman_image_create_bits_no_clear(
|
image.pix = pixman_image_create_bits_no_clear(
|
||||||
PIXMAN_a8r8g8b8,
|
PIXMAN_a8r8g8b8,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue