aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 0a4f8fb5..b28f10a0 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1028,6 +1028,8 @@ struct layout_cell {
u_int yoff;
struct window_pane *wp;
+ struct window_pane *lastwp;
+
struct layout_cells cells;
TAILQ_ENTRY(layout_cell) entry;