diff options
author | Thomas Adam <thomas@xteddy.org> | 2015-04-28 14:57:15 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2015-04-28 14:57:15 +0100 |
commit | dc2adc6bc1f1b2dc25252ff9703fe5b3fe4d8786 (patch) | |
tree | 4980f1aac65738621eeef870da2c29c6e56acf2b /tmux.h | |
parent | 7981e653d805fd3fa31cf7897704b3a328edf0f2 (diff) | |
parent | 771744426e3cd3fbf746e5c9554b8119e5f6faf2 (diff) | |
download | rtmux-dc2adc6bc1f1b2dc25252ff9703fe5b3fe4d8786.tar.gz rtmux-dc2adc6bc1f1b2dc25252ff9703fe5b3fe4d8786.tar.bz2 rtmux-dc2adc6bc1f1b2dc25252ff9703fe5b3fe4d8786.zip |
Merge branch 'obsd-master'
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; |