[BACK]Return to cmd-rotate-window.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/cmd-rotate-window.c between version 1.31 and 1.32

version 1.31, 2020/04/13 14:46:04 version 1.32, 2021/03/11 06:31:05
Line 52 
Line 52 
         struct layout_cell      *lc;          struct layout_cell      *lc;
         u_int                    sx, sy, xoff, yoff;          u_int                    sx, sy, xoff, yoff;
   
         window_push_zoom(w, args_has(args, 'Z'));          window_push_zoom(w, 0, args_has(args, 'Z'));
   
         if (args_has(args, 'D')) {          if (args_has(args, 'D')) {
                 wp = TAILQ_LAST(&w->panes, window_panes);                  wp = TAILQ_LAST(&w->panes, window_panes);

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32