Merge branch 'master' into floating_panes

This commit is contained in:
Nicholas Marriott
2026-05-22 12:39:09 +01:00
3 changed files with 48 additions and 36 deletions

17
tmux.h
View File

@@ -1753,9 +1753,20 @@ struct tty_ctx {
#define TTY_CTX_CELL_INVALIDATE 0x40
#define TTY_CTX_PANE_OBSCURED 0x80
u_int num;
void *ptr;
void *ptr2;
union {
u_int n;
struct {
const char *data;
size_t size;
} data;
struct {
const char *clip;
const char *data;
size_t size;
} sel;
};
/*
* Cursor and region position before the screen was updated - this is