[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.81 and 1.82

version 1.81, 2015/08/29 00:29:15 version 1.82, 2015/08/29 08:30:54
Line 186 
Line 186 
         if (strcmp(oe->name, "status") == 0 ||          if (strcmp(oe->name, "status") == 0 ||
             strcmp(oe->name, "status-interval") == 0)              strcmp(oe->name, "status-interval") == 0)
                 status_timer_start_all();                  status_timer_start_all();
           if (strcmp(oe->name, "monitor-silence") == 0)
                   alerts_reset_all();
   
         /* Update sizes and redraw. May not need it but meh. */          /* Update sizes and redraw. May not need it but meh. */
         recalculate_sizes();          recalculate_sizes();

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