[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.37 and 1.38

version 1.37, 2010/06/27 00:22:22 version 1.38, 2010/09/01 21:06:51
Line 293 
Line 293 
          */           */
         if (strcmp(entry->name, "status-left") == 0 ||          if (strcmp(entry->name, "status-left") == 0 ||
             strcmp(entry->name, "status-right") == 0 ||              strcmp(entry->name, "status-right") == 0 ||
               strcmp(entry->name, "status") == 0 ||
             strcmp(entry->name, "set-titles-string") == 0 ||              strcmp(entry->name, "set-titles-string") == 0 ||
             strcmp(entry->name, "window-status-format") == 0) {              strcmp(entry->name, "window-status-format") == 0) {
                 for (i = 0; i < ARRAY_LENGTH(&clients); i++) {                  for (i = 0; i < ARRAY_LENGTH(&clients); i++) {

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38