mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
sixel: resize image buffer after receiving a "raster" command
This commit is contained in:
parent
00c6d4dde1
commit
b03ffa3720
1 changed files with 1 additions and 0 deletions
1
sixel.c
1
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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue