From 2da48644837cd51cfe5a9628140866f06e049e50 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 28 Jul 2009 06:48:44 +0000 Subject: If select-layout is not given an argument, repply the last layout used in the window, if any. --- tmux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmux.h') 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; -- cgit