aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2015-04-28 10:43:13 +0000
committernicm <nicm>2015-04-28 10:43:13 +0000
commit771744426e3cd3fbf746e5c9554b8119e5f6faf2 (patch)
tree899b0820c292a3692bcd3f88fca3b6b0ac332025 /tmux.h
parentc2bc84aa4dd30c46930994321de0541edf6a30e9 (diff)
downloadrtmux-771744426e3cd3fbf746e5c9554b8119e5f6faf2.tar.gz
rtmux-771744426e3cd3fbf746e5c9554b8119e5f6faf2.tar.bz2
rtmux-771744426e3cd3fbf746e5c9554b8119e5f6faf2.zip
Add select-layout -o to undo the last layout change (apply the previously
set layout).
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 ee36f4bb..b315114e 100644
--- a/tmux.h
+++ b/tmux.h
@@ -965,6 +965,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;