Merge branch 'master' into floating_panes

This commit is contained in:
Nicholas Marriott
2026-05-27 16:54:02 +01:00
5 changed files with 88 additions and 88 deletions

2
tmux.h
View File

@@ -1339,6 +1339,8 @@ struct window_pane {
int border_gc_set;
struct grid_cell border_gc;
int active_border_gc_set;
struct grid_cell active_border_gc;
int control_bg;
int control_fg;