diff options
author | nicm <nicm> | 2019-06-26 13:03:47 +0000 |
---|---|---|
committer | nicm <nicm> | 2019-06-26 13:03:47 +0000 |
commit | d83f356218fc9144735667e39c9553bcf905d10b (patch) | |
tree | a668906a02078505855f69d1cb6c73bcff21f6db /options-table.c | |
parent | 20b938bcb18b8ae8b0535a1bcf8e7e1670a830bc (diff) | |
download | rtmux-d83f356218fc9144735667e39c9553bcf905d10b.tar.gz rtmux-d83f356218fc9144735667e39c9553bcf905d10b.tar.bz2 rtmux-d83f356218fc9144735667e39c9553bcf905d10b.zip |
Add #define for the pane status line option position numbers.
Diffstat (limited to 'options-table.c')
-rw-r--r-- | options-table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options-table.c b/options-table.c index 228cf3f0..7bb767c7 100644 --- a/options-table.c +++ b/options-table.c @@ -689,7 +689,7 @@ const struct options_table_entry options_table[] = { .type = OPTIONS_TABLE_CHOICE, .scope = OPTIONS_TABLE_WINDOW, .choices = options_table_pane_status_list, - .default_num = 0 + .default_num = PANE_STATUS_OFF }, { .name = "pane-border-style", |