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

Diff for /src/usr.bin/tmux/cmd-set-option.c between version 1.64 and 1.65

version 1.64, 2014/01/28 23:07:09 version 1.65, 2014/02/14 13:59:01
Line 172 
Line 172 
         }          }
   
         /* Start or stop timers when automatic-rename changed. */          /* Start or stop timers when automatic-rename changed. */
         if (strcmp (oe->name, "automatic-rename") == 0) {          if (strcmp(oe->name, "automatic-rename") == 0) {
                 for (i = 0; i < ARRAY_LENGTH(&windows); i++) {                  for (i = 0; i < ARRAY_LENGTH(&windows); i++) {
                         if ((w = ARRAY_ITEM(&windows, i)) == NULL)                          if ((w = ARRAY_ITEM(&windows, i)) == NULL)
                                 continue;                                  continue;

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.65