=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd-rotate-window.c,v retrieving revision 1.31 retrieving revision 1.32 diff -c -r1.31 -r1.32 *** src/usr.bin/tmux/cmd-rotate-window.c 2020/04/13 14:46:04 1.31 --- src/usr.bin/tmux/cmd-rotate-window.c 2021/03/11 06:31:05 1.32 *************** *** 1,4 **** ! /* $OpenBSD: cmd-rotate-window.c,v 1.31 2020/04/13 14:46:04 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: cmd-rotate-window.c,v 1.32 2021/03/11 06:31:05 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott *************** *** 52,58 **** struct layout_cell *lc; u_int sx, sy, xoff, yoff; ! window_push_zoom(w, args_has(args, 'Z')); if (args_has(args, 'D')) { wp = TAILQ_LAST(&w->panes, window_panes); --- 52,58 ---- struct layout_cell *lc; u_int sx, sy, xoff, yoff; ! window_push_zoom(w, 0, args_has(args, 'Z')); if (args_has(args, 'D')) { wp = TAILQ_LAST(&w->panes, window_panes);