diff options
author | Thomas Adam <thomas@xteddy.org> | 2020-12-15 10:01:22 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2020-12-15 10:01:22 +0000 |
commit | 950e982001f0038efb372ccb22d1c7e12866e0b7 (patch) | |
tree | 5aaf13a93310ca83a3ce43f8f03dc12704d802de /options-table.c | |
parent | 681c0d2bfbf22a51f90c977d0b3e91d30c23c11e (diff) | |
parent | 8bd29a30bff4e9d50765e2168a7aad11e163ccde (diff) | |
download | rtmux-950e982001f0038efb372ccb22d1c7e12866e0b7.tar.gz rtmux-950e982001f0038efb372ccb22d1c7e12866e0b7.tar.bz2 rtmux-950e982001f0038efb372ccb22d1c7e12866e0b7.zip |
Merge branch 'obsd-master' into master
Diffstat (limited to 'options-table.c')
-rw-r--r-- | options-table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options-table.c b/options-table.c index ecd6f173..cf0d8c5e 100644 --- a/options-table.c +++ b/options-table.c @@ -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." }, |