diff options
author | Thomas Adam <thomas@xteddy.org> | 2019-06-20 17:02:26 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-06-20 17:02:26 +0100 |
commit | 4a44ae06bf6c64350a336e0224a70a9505b5670f (patch) | |
tree | 863e9ce32229c5d1606bf2308df37fdf5d4d51a8 /options-table.c | |
parent | f8ad72b2eeafc1146c116f73194a3950aa0c2143 (diff) | |
parent | fc1df91e034627f674ed905be6a1159da883545e (diff) | |
download | rtmux-4a44ae06bf6c64350a336e0224a70a9505b5670f.tar.gz rtmux-4a44ae06bf6c64350a336e0224a70a9505b5670f.tar.bz2 rtmux-4a44ae06bf6c64350a336e0224a70a9505b5670f.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'options-table.c')
-rw-r--r-- | options-table.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/options-table.c b/options-table.c index 0bb4440b..1ec0261d 100644 --- a/options-table.c +++ b/options-table.c @@ -562,13 +562,13 @@ const struct options_table_entry options_table[] = { { .name = "allow-rename", .type = OPTIONS_TABLE_FLAG, - .scope = OPTIONS_TABLE_WINDOW, + .scope = OPTIONS_TABLE_WINDOW|OPTIONS_TABLE_PANE, .default_num = 0 }, { .name = "alternate-screen", .type = OPTIONS_TABLE_FLAG, - .scope = OPTIONS_TABLE_WINDOW, + .scope = OPTIONS_TABLE_WINDOW|OPTIONS_TABLE_PANE, .default_num = 1 }, |