Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2019-11-14 10:01:29 +00:00
8 changed files with 58 additions and 26 deletions

View File

@ -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,