aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2021-08-11 09:05:21 +0000
committernicm <nicm>2021-08-11 09:05:21 +0000
commit901360007479f176164ab2756072808fc17608c1 (patch)
tree881a99db29d15dab65a1fd94eafed484f4373fd5 /tmux.h
parent338ec859a463eaa4c0502116ef2857c566c9e468 (diff)
downloadrtmux-901360007479f176164ab2756072808fc17608c1.tar.gz
rtmux-901360007479f176164ab2756072808fc17608c1.tar.bz2
rtmux-901360007479f176164ab2756072808fc17608c1.zip
Return to applying pane-border-style to the area outside panes, GitHub
issue 2816.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 3 insertions, 0 deletions
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;