aboutsummaryrefslogtreecommitdiff
path: root/options-table.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-06-26 15:02:26 +0100
committerThomas Adam <thomas@xteddy.org>2019-06-26 15:02:26 +0100
commitf797ac9ff6cd18b9f5737bea80fbf58dc5b5729b (patch)
tree4fc6be8865e689de13a93e944a5d182d37b7257d /options-table.c
parenta1d4bf20f774707c22249399dd89d1d6acf049ef (diff)
parentc599ad63f8857bd74e85150e60339fd2efbb9650 (diff)
downloadrtmux-f797ac9ff6cd18b9f5737bea80fbf58dc5b5729b.tar.gz
rtmux-f797ac9ff6cd18b9f5737bea80fbf58dc5b5729b.tar.bz2
rtmux-f797ac9ff6cd18b9f5737bea80fbf58dc5b5729b.zip
Merge branch 'obsd-master'
Diffstat (limited to 'options-table.c')
-rw-r--r--options-table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/options-table.c b/options-table.c
index 1ec0261d..ba7db3e1 100644
--- a/options-table.c
+++ b/options-table.c
@@ -688,7 +688,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",