aboutsummaryrefslogtreecommitdiff
path: root/resize.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-03-04 12:01:28 +0000
committerThomas Adam <thomas@xteddy.org>2019-03-04 12:01:28 +0000
commit9ebd63067534695447cb751733792eb2facd0bb6 (patch)
tree33f6c8c8d8bfe2fcfe30ff527e26cfa7a44a4891 /resize.c
parentd5c837904b3201271826c7377781a73421db09fb (diff)
parent5cdd578906985c7abb9d1bba39384e201dada10e (diff)
downloadrtmux-9ebd63067534695447cb751733792eb2facd0bb6.tar.gz
rtmux-9ebd63067534695447cb751733792eb2facd0bb6.tar.bz2
rtmux-9ebd63067534695447cb751733792eb2facd0bb6.zip
Merge branch 'obsd-master'
Diffstat (limited to 'resize.c')
-rw-r--r--resize.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/resize.c b/resize.c
index fef8feeb..2134165f 100644
--- a/resize.c
+++ b/resize.c
@@ -188,7 +188,7 @@ recalculate_sizes(void)
type = options_get_number(w->options, "window-size");
if (type == WINDOW_SIZE_MANUAL)
continue;
- current = !options_get_number(w->options, "aggressive-resize");
+ current = options_get_number(w->options, "aggressive-resize");
changed = 1;
if (type == WINDOW_SIZE_LARGEST) {