Merge branch 'floating_panes' into floating_panes_staging

This commit is contained in:
Nicholas Marriott
2026-05-26 11:23:34 +01:00
3 changed files with 87 additions and 281 deletions

1
tmux.h
View File

@@ -1264,6 +1264,7 @@ struct window_pane {
int yoff;
int flags;
int saved_flags;
#define PANE_REDRAW 0x1
#define PANE_DROP 0x2
#define PANE_FOCUSED 0x4