diff options
author | Tiago Cunha <tcunha@gmx.com> | 2011-08-25 21:13:45 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2011-08-25 21:13:45 +0000 |
commit | d390a90bf081efc589b4d3e1f8a570e8f12be3d1 (patch) | |
tree | baf3752857f315cb073cdc1b172efc54225b2f65 /options-table.c | |
parent | c41a93d130ef339659fb4384aec13f33921f91f2 (diff) | |
download | rtmux-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.c | 7 |
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 |