diff options
author | Thomas Adam <thomas@xteddy.org> | 2019-11-14 10:01:29 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-11-14 10:01:29 +0000 |
commit | 518a687886456baeb397bdc751beb1ad682a3e6a (patch) | |
tree | 1a4952dcc110966800798961992f00b7553ac9d8 /options-table.c | |
parent | eb215d3d3fc6a55245cfbad77613129c06f6ff3c (diff) | |
parent | 2dbf062a891e992b438a0923b9ffd79638014872 (diff) | |
download | rtmux-518a687886456baeb397bdc751beb1ad682a3e6a.tar.gz rtmux-518a687886456baeb397bdc751beb1ad682a3e6a.tar.bz2 rtmux-518a687886456baeb397bdc751beb1ad682a3e6a.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'options-table.c')
-rw-r--r-- | options-table.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/options-table.c b/options-table.c index c94939c6..816f4a7f 100644 --- a/options-table.c +++ b/options-table.c @@ -146,6 +146,12 @@ static const char *options_table_status_format_default[] = { /* Top-level options. */ const struct options_table_entry options_table[] = { /* Server options. */ + { .name = "backspace", + .type = OPTIONS_TABLE_KEY, + .scope = OPTIONS_TABLE_SERVER, + .default_num = '\177', + }, + { .name = "buffer-limit", .type = OPTIONS_TABLE_NUMBER, .scope = OPTIONS_TABLE_SERVER, |