From f99de22808b8e3c2b8aabf70b945f768ae892dda Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Tue, 10 Apr 2012 09:52:45 +0000 Subject: Sync OpenBSD patchset 1084: Add a layout history which can be stepped through with select-layout -u and -U commands (bound to 'u' and 'U' by default). --- cmd-resize-pane.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd-resize-pane.c') diff --git a/cmd-resize-pane.c b/cmd-resize-pane.c index 28b52ea1..d39bbb70 100644 --- a/cmd-resize-pane.c +++ b/cmd-resize-pane.c @@ -103,6 +103,7 @@ cmd_resize_pane_exec(struct cmd *self, struct cmd_ctx *ctx) } } + layout_list_add(wp->window); if (args_has(self->args, 'L')) layout_resize_pane(wp, LAYOUT_LEFTRIGHT, -adjust); else if (args_has(self->args, 'R')) -- cgit