Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2026-05-27 16:46:04 +01:00
4 changed files with 226 additions and 117 deletions

2
tmux.h
View File

@@ -1330,6 +1330,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;