Merge branch 'floating_panes' into floating_panes_staging

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

4
tmux.h
View File

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