aboutsummaryrefslogtreecommitdiff
path: root/options-table.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2018-02-22 12:02:31 +0000
committerThomas Adam <thomas@xteddy.org>2018-02-22 12:02:31 +0000
commitc2aa40449c2d6a225451c2415b92489f71da52c6 (patch)
tree905f958cb8e0457f9e9efd258df48f3c7d3abc5c /options-table.c
parent5a44e18490ed9c8b556933ddbc2a68afba9827fc (diff)
parente97daead43800aedb3c1f1d50c92099d94e5ce13 (diff)
downloadrtmux-c2aa40449c2d6a225451c2415b92489f71da52c6.tar.gz
rtmux-c2aa40449c2d6a225451c2415b92489f71da52c6.tar.bz2
rtmux-c2aa40449c2d6a225451c2415b92489f71da52c6.zip
Merge branch 'obsd-master'
Diffstat (limited to 'options-table.c')
-rw-r--r--options-table.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/options-table.c b/options-table.c
index c9a69271..f611ba0f 100644
--- a/options-table.c
+++ b/options-table.c
@@ -96,6 +96,12 @@ const struct options_table_entry options_table[] = {
.default_num = 500
},
+ { .name = "exit-empty",
+ .type = OPTIONS_TABLE_FLAG,
+ .scope = OPTIONS_TABLE_SERVER,
+ .default_num = 1
+ },
+
{ .name = "exit-unattached",
.type = OPTIONS_TABLE_FLAG,
.scope = OPTIONS_TABLE_SERVER,