From 901360007479f176164ab2756072808fc17608c1 Mon Sep 17 00:00:00 2001 From: nicm Date: Wed, 11 Aug 2021 09:05:21 +0000 Subject: Return to applying pane-border-style to the area outside panes, GitHub issue 2816. --- tmux.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index b2d059a1..42f03bd6 100644 --- a/tmux.h +++ b/tmux.h @@ -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; -- cgit