diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2009-07-28 06:48:44 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2009-07-28 06:48:44 +0000 |
commit | 2da48644837cd51cfe5a9628140866f06e049e50 (patch) | |
tree | 299073ccb81f85b53b47b60324cd1508f8e2621e /tmux.h | |
parent | 309b76fb3255529976ff7ade7e29df8624647312 (diff) | |
download | rtmux-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |