mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
sixel: fold long line
This commit is contained in:
parent
b10d93b0ef
commit
7e026ba119
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(
|
||||
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(
|
||||
PIXMAN_a8r8g8b8,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue