Return to applying pane-border-style to the area outside panes, GitHub

issue 2816.
This commit is contained in:
nicm
2021-08-11 09:05:21 +00:00
parent 338ec859a4
commit 9013600074
2 changed files with 17 additions and 3 deletions

3
tmux.h
View File

@ -886,6 +886,9 @@ struct screen_redraw_ctx {
int pane_status;
int pane_lines;
struct grid_cell no_pane_gc;
int no_pane_gc_set;
u_int sx;
u_int sy;
u_int ox;