From 771744426e3cd3fbf746e5c9554b8119e5f6faf2 Mon Sep 17 00:00:00 2001 From: nicm Date: Tue, 28 Apr 2015 10:43:13 +0000 Subject: Add select-layout -o to undo the last layout change (apply the previously set layout). --- tmux.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux.h') 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; -- cgit