diff options
author | nicm <nicm> | 2019-06-23 10:00:29 +0000 |
---|---|---|
committer | nicm <nicm> | 2019-06-23 10:00:29 +0000 |
commit | f1100f97f7a06fcbebcf18b2c46e7f8f89fdd65b (patch) | |
tree | 7db135f4ccb1c1588a1d34018117b0df30636e00 /options.c | |
parent | e3c2772d2f7d876c5284062d7cb1695f5e395e9a (diff) | |
download | rtmux-f1100f97f7a06fcbebcf18b2c46e7f8f89fdd65b.tar.gz rtmux-f1100f97f7a06fcbebcf18b2c46e7f8f89fdd65b.tar.bz2 rtmux-f1100f97f7a06fcbebcf18b2c46e7f8f89fdd65b.zip |
Do not always set scope for panes because the window check might fail,
GitHub issue 1810.
Diffstat (limited to 'options.c')
-rw-r--r-- | options.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -784,7 +784,6 @@ options_scope_from_name(struct args *args, int window, } break; } - scope = OPTIONS_TABLE_WINDOW; /* FALLTHROUGH */ case OPTIONS_TABLE_WINDOW: if (args_has(args, 'g')) { |