Merge branch 'obsd-master' into master

This commit is contained in:
Thomas Adam
2020-12-15 10:01:22 +00:00
5 changed files with 49 additions and 24 deletions

View File

@ -957,7 +957,7 @@ const struct options_table_entry options_table[] = {
{ .name = "synchronize-panes",
.type = OPTIONS_TABLE_FLAG,
.scope = OPTIONS_TABLE_WINDOW,
.scope = OPTIONS_TABLE_WINDOW|OPTIONS_TABLE_PANE,
.default_num = 0,
.text = "Whether typing should be sent to all panes simultaneously."
},