aboutsummaryrefslogtreecommitdiff
path: root/options-table.c
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2011-08-25 21:13:45 +0000
committerTiago Cunha <tcunha@gmx.com>2011-08-25 21:13:45 +0000
commitd390a90bf081efc589b4d3e1f8a570e8f12be3d1 (patch)
treebaf3752857f315cb073cdc1b172efc54225b2f65 /options-table.c
parentc41a93d130ef339659fb4384aec13f33921f91f2 (diff)
downloadrtmux-d390a90bf081efc589b4d3e1f8a570e8f12be3d1.tar.gz
rtmux-d390a90bf081efc589b4d3e1f8a570e8f12be3d1.tar.bz2
rtmux-d390a90bf081efc589b4d3e1f8a570e8f12be3d1.zip
Sync OpenBSD patchset 950:
Add pane-base-index option, from Ben Barbour.
Diffstat (limited to 'options-table.c')
-rw-r--r--options-table.c7
1 files changed, 7 insertions, 0 deletions
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