=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/options.c,v retrieving revision 1.61 retrieving revision 1.62 diff -u -r1.61 -r1.62 --- src/usr.bin/tmux/options.c 2021/01/18 11:14:23 1.61 +++ src/usr.bin/tmux/options.c 2021/03/11 06:31:05 1.62 @@ -1,4 +1,4 @@ -/* $OpenBSD: options.c,v 1.61 2021/01/18 11:14:23 nicm Exp $ */ +/* $OpenBSD: options.c,v 1.62 2021/03/11 06:31:05 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott @@ -1115,7 +1115,7 @@ } if (strcmp(name, "pane-border-status") == 0) { RB_FOREACH(w, windows, &windows) - layout_fix_panes(w); + layout_fix_panes(w, NULL); } RB_FOREACH(s, sessions, &sessions) status_update_cache(s);