aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2015-04-28 14:57:15 +0100
committerThomas Adam <thomas@xteddy.org>2015-04-28 14:57:15 +0100
commitdc2adc6bc1f1b2dc25252ff9703fe5b3fe4d8786 (patch)
tree4980f1aac65738621eeef870da2c29c6e56acf2b /tmux.h
parent7981e653d805fd3fa31cf7897704b3a328edf0f2 (diff)
parent771744426e3cd3fbf746e5c9554b8119e5f6faf2 (diff)
downloadrtmux-dc2adc6bc1f1b2dc25252ff9703fe5b3fe4d8786.tar.gz
rtmux-dc2adc6bc1f1b2dc25252ff9703fe5b3fe4d8786.tar.bz2
rtmux-dc2adc6bc1f1b2dc25252ff9703fe5b3fe4d8786.zip
Merge branch 'obsd-master'
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;