Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2020-04-17 10:01:38 +01:00
4 changed files with 38 additions and 24 deletions

View File

@ -197,6 +197,12 @@ const struct options_table_entry options_table[] = {
.separator = ","
},
{ .name = "copy-command",
.type = OPTIONS_TABLE_STRING,
.scope = OPTIONS_TABLE_SERVER,
.default_str = ""
},
{ .name = "default-terminal",
.type = OPTIONS_TABLE_STRING,
.scope = OPTIONS_TABLE_SERVER,