aboutsummaryrefslogtreecommitdiff
path: root/options-table.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-06-20 17:02:26 +0100
committerThomas Adam <thomas@xteddy.org>2019-06-20 17:02:26 +0100
commit4a44ae06bf6c64350a336e0224a70a9505b5670f (patch)
tree863e9ce32229c5d1606bf2308df37fdf5d4d51a8 /options-table.c
parentf8ad72b2eeafc1146c116f73194a3950aa0c2143 (diff)
parentfc1df91e034627f674ed905be6a1159da883545e (diff)
downloadrtmux-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.c4
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
},