[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.80 and 1.81

version 1.80, 2015/08/28 16:10:46 version 1.81, 2015/08/29 00:29:15
Line 180 
Line 180 
         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"))
                                 queue_window_name(w);                                  w->active->flags |= PANE_CHANGED;
                         else if (event_initialized(&w->name_timer))  
                                 evtimer_del(&w->name_timer);  
                 }                  }
         }          }
         if (strcmp(oe->name, "status") == 0 ||          if (strcmp(oe->name, "status") == 0 ||

Legend:
Removed from v.1.80  
changed lines
  Added in v.1.81