aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2015-04-28 15:18:53 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2015-04-28 15:18:53 +0100
commit1ed5326f5aa995b813540b06d3239df3e58d4c3c (patch)
treee3ed19e6ec6b220d84df58bbdbe07cb78a9e4813 /tmux.h
parentab5f9ab55be58c24c6291f19fce33387cf0ea867 (diff)
parentdc2adc6bc1f1b2dc25252ff9703fe5b3fe4d8786 (diff)
downloadrtmux-1ed5326f5aa995b813540b06d3239df3e58d4c3c.tar.gz
rtmux-1ed5326f5aa995b813540b06d3239df3e58d4c3c.tar.bz2
rtmux-1ed5326f5aa995b813540b06d3239df3e58d4c3c.zip
Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 0504d8a4..dddd4f89 100644
--- a/tmux.h
+++ b/tmux.h
@@ -963,6 +963,7 @@ struct window {
int lastlayout;
struct layout_cell *layout_root;
struct layout_cell *saved_layout_root;
+ char *old_layout;
u_int sx;
u_int sy;