From d390a90bf081efc589b4d3e1f8a570e8f12be3d1 Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Thu, 25 Aug 2011 21:13:45 +0000 Subject: Sync OpenBSD patchset 950: Add pane-base-index option, from Ben Barbour. --- 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 d289ca21..0832117b 100644 --- a/options-table.c +++ b/options-table.c @@ -522,6 +522,13 @@ const struct options_table_entry window_options_table[] = { .default_num = 0 }, + { .name = "pane-base-index", + .type = OPTIONS_TABLE_NUMBER, + .minimum = 0, + .maximum = USHRT_MAX, + .default_num = 0 + }, + { .name = "remain-on-exit", .type = OPTIONS_TABLE_FLAG, .default_num = 0 -- cgit