aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-07-28 06:48:44 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-07-28 06:48:44 +0000
commit2da48644837cd51cfe5a9628140866f06e049e50 (patch)
tree299073ccb81f85b53b47b60324cd1508f8e2621e /tmux.h
parent309b76fb3255529976ff7ade7e29df8624647312 (diff)
downloadrtmux-2da48644837cd51cfe5a9628140866f06e049e50.tar.gz
rtmux-2da48644837cd51cfe5a9628140866f06e049e50.tar.bz2
rtmux-2da48644837cd51cfe5a9628140866f06e049e50.zip
If select-layout is not given an argument, repply the last layout used in the
window, if any.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 67623eee..af0fed59 100644
--- a/tmux.h
+++ b/tmux.h
@@ -663,7 +663,7 @@ struct window {
struct window_pane *active;
struct window_panes panes;
- u_int layout;
+ int lastlayout;
struct layout_cell *layout_root;
u_int sx;