[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.47 and 1.48

version 1.47, 2011/01/26 01:54:56 version 1.48, 2011/03/29 20:31:22
Line 166 
Line 166 
                         server_redraw_client(c);                          server_redraw_client(c);
         }          }
   
         /*          /* Force redraw when some special cases change. */
          * Special-case: kill all persistent jobs if status-left, status-right  
          * or set-titles-string have changed. Persistent jobs are only used by  
          * the status line at the moment so this works XXX.  
          */  
         if (strcmp(oe->name, "status-left") == 0 ||          if (strcmp(oe->name, "status-left") == 0 ||
             strcmp(oe->name, "status-right") == 0 ||              strcmp(oe->name, "status-right") == 0 ||
             strcmp(oe->name, "status") == 0 ||              strcmp(oe->name, "status") == 0 ||

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48