mirror of
https://github.com/tmux/tmux.git
synced 2024-11-18 02:18:53 +00:00
Merge branch 'obsd-master'
This commit is contained in:
commit
9ebd630675
2
resize.c
2
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) {
|
||||
|
Loading…
Reference in New Issue
Block a user