Cache border and active border style separately, fixes problem reported

by Marcel Partap in GitHub issue 5125.
This commit is contained in:
nicm
2026-05-27 13:41:20 +00:00
parent bff68fa079
commit 9cc8947a43
2 changed files with 30 additions and 25 deletions

2
tmux.h
View File

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