From 7e026ba119cc33a0fb60aa6705287347f5faddff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Fri, 2 Oct 2020 20:54:45 +0200 Subject: [PATCH] sixel: fold long line --- sixel.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sixel.c b/sixel.c index c6fe1a10..f9c11037 100644 --- a/sixel.c +++ b/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,