=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/options-table.c,v retrieving revision 1.106 retrieving revision 1.107 diff -u -r1.106 -r1.107 --- src/usr.bin/tmux/options-table.c 2019/05/26 17:34:45 1.106 +++ src/usr.bin/tmux/options-table.c 2019/06/20 11:59:59 1.107 @@ -1,4 +1,4 @@ -/* $OpenBSD: options-table.c,v 1.106 2019/05/26 17:34:45 nicm Exp $ */ +/* $OpenBSD: options-table.c,v 1.107 2019/06/20 11:59:59 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott @@ -700,7 +700,7 @@ { .name = "remain-on-exit", .type = OPTIONS_TABLE_FLAG, - .scope = OPTIONS_TABLE_WINDOW, + .scope = OPTIONS_TABLE_WINDOW|OPTIONS_TABLE_PANE, .default_num = 0 }, @@ -712,7 +712,7 @@ { .name = "window-active-style", .type = OPTIONS_TABLE_STYLE, - .scope = OPTIONS_TABLE_WINDOW, + .scope = OPTIONS_TABLE_WINDOW|OPTIONS_TABLE_PANE, .default_str = "default" }, @@ -725,7 +725,7 @@ { .name = "window-style", .type = OPTIONS_TABLE_STYLE, - .scope = OPTIONS_TABLE_WINDOW, + .scope = OPTIONS_TABLE_WINDOW|OPTIONS_TABLE_PANE, .default_str = "default" },