[BACK]Return to resize.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/resize.c between version 1.50 and 1.51

version 1.50, 2022/02/17 09:58:47 version 1.51, 2024/03/21 11:30:42
Line 40 
Line 40 
         /* If the window is zoomed, unzoom. */          /* If the window is zoomed, unzoom. */
         zoomed = w->flags & WINDOW_ZOOMED;          zoomed = w->flags & WINDOW_ZOOMED;
         if (zoomed)          if (zoomed)
                 window_unzoom(w);                  window_unzoom(w, 1);
   
         /* Resize the layout first. */          /* Resize the layout first. */
         layout_resize(w, sx, sy);          layout_resize(w, sx, sy);

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.51