diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2015-04-28 15:18:53 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2015-04-28 15:18:53 +0100 |
commit | 1ed5326f5aa995b813540b06d3239df3e58d4c3c (patch) | |
tree | e3ed19e6ec6b220d84df58bbdbe07cb78a9e4813 /tmux.h | |
parent | ab5f9ab55be58c24c6291f19fce33387cf0ea867 (diff) | |
parent | dc2adc6bc1f1b2dc25252ff9703fe5b3fe4d8786 (diff) | |
download | rtmux-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |