summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@cvs.openbsd.org>2015-04-28 10:43:15 +0000
committerNicholas Marriott <nicm@cvs.openbsd.org>2015-04-28 10:43:15 +0000
commit98678867b346981f9d5a39099ebc99f01e65f266 (patch)
treee123815064b94116bccfd67a2049af461b1245f5 /usr.bin/tmux/tmux.h
parent0884efdeebfd5109059b85560f1c3db1e30ea429 (diff)
Add select-layout -o to undo the last layout change (apply the previously
set layout).
Diffstat (limited to 'usr.bin/tmux/tmux.h')
-rw-r--r--usr.bin/tmux/tmux.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/tmux/tmux.h b/usr.bin/tmux/tmux.h
index 16ba87b72a0..fd426568e36 100644
--- a/usr.bin/tmux/tmux.h
+++ b/usr.bin/tmux/tmux.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tmux.h,v 1.502 2015/04/27 16:25:57 nicm Exp $ */
+/* $OpenBSD: tmux.h,v 1.503 2015/04/28 10:43:14 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -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;