Fix up SIXEL with recent changes.

This commit is contained in:
Nicholas Marriott
2026-05-22 12:44:08 +01:00
parent d4255818c4
commit 285a3b7522
3 changed files with 13 additions and 7 deletions

View File

@@ -2463,7 +2463,7 @@ screen_write_sixelimage(struct screen_write_ctx *ctx, struct sixel_image *si,
screen_write_collect_flush(ctx, 0, __func__);
screen_write_initctx(ctx, &ttyctx, 0);
ttyctx.ptr = image_store(s, si);
ttyctx.image = image_store(s, si);
tty_write(tty_cmd_sixelimage, &ttyctx);