diff --git a/sixel.c b/sixel.c index 81dd980f..b3bbdb65 100644 --- a/sixel.c +++ b/sixel.c @@ -260,6 +260,7 @@ sixel_raster(struct terminal *term, uint8_t c) LOG_DBG("pan=%u, pad=%u (aspect ratio = %u), size=%ux%u", pan, pad, pan / pad, ph, pv); + resize(term, ph, pv); } switch (c) {