diff options
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; |