sixel: resize image buffer after receiving a "raster" command

This commit is contained in:
Daniel Eklöf 2020-02-22 10:46:54 +01:00
parent 00c6d4dde1
commit b03ffa3720
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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) {