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

4
tmux.h
View File

@@ -1754,6 +1754,10 @@ struct tty_ctx {
const char *data;
size_t size;
} sel;
#ifdef ENABLE_SIXEL
struct image *image;
#endif
};
/*