diff options
author | nicm <nicm> | 2021-08-11 09:05:21 +0000 |
---|---|---|
committer | nicm <nicm> | 2021-08-11 09:05:21 +0000 |
commit | 901360007479f176164ab2756072808fc17608c1 (patch) | |
tree | 881a99db29d15dab65a1fd94eafed484f4373fd5 /tmux.h | |
parent | 338ec859a463eaa4c0502116ef2857c566c9e468 (diff) | |
download | rtmux-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.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; |