mirror of
https://github.com/tmux/tmux.git
synced 2025-11-05 10:26:04 +00:00
Sync OpenBSD patchset 950:
Add pane-base-index option, from Ben Barbour.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user