Merge branch 'master' into floating_panes

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

4
tmux.h
View File

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