[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.77 and 1.78

version 1.77, 2015/08/28 12:16:28 version 1.78, 2015/08/28 13:12:20
Line 176 
Line 176 
                         return (CMD_RETURN_ERROR);                          return (CMD_RETURN_ERROR);
         }          }
   
         /* Start or stop timers when name or status options changed. */          /* Start or stop timers if necessary. */
         if (strcmp(oe->name, "automatic-rename") == 0) {          if (strcmp(oe->name, "automatic-rename") == 0) {
                 RB_FOREACH(w, windows, &windows) {                  RB_FOREACH(w, windows, &windows) {
                         if (options_get_number(&w->options, "automatic-rename"))                          if (options_get_number(&w->options, "automatic-rename"))

Legend:
Removed from v.1.77  
changed lines
  Added in v.1.78