[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.43 and 1.44

version 1.43, 2021/06/10 07:24:45 version 1.44, 2021/06/10 07:29:45
Line 136 
Line 136 
          * For latest, count the number of clients with this window. We only           * For latest, count the number of clients with this window. We only
          * care if there is more than one.           * care if there is more than one.
          */           */
         if (type == WINDOW_SIZE_LATEST)          if (type == WINDOW_SIZE_LATEST && w != NULL)
                 n = clients_with_window(w);                  n = clients_with_window(w);
   
         /* Loop over the clients and work out the size. */          /* Loop over the clients and work out the size. */

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44