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). --- options-table.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'options-table.c') diff --git a/options-table.c b/options-table.c index de00f3df..1eb50e45 100644 --- a/options-table.c +++ b/options-table.c @@ -504,6 +504,13 @@ const struct options_table_entry window_options_table[] = { .default_num = 0 }, + { .name = "layout-history-limit", + .type = OPTIONS_TABLE_NUMBER, + .minimum = 1, + .maximum = USHRT_MAX, + .default_num = 20 + }, + { .name = "main-pane-height", .type = OPTIONS_TABLE_NUMBER, .minimum = 1, -- cgit