[BACK]Return to cfg.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/cfg.c between version 1.53 and 1.54

version 1.53, 2017/01/15 22:00:56 version 1.54, 2017/02/03 11:57:27
Line 123 
Line 123 
                                     line);                                      line);
                                 continue;                                  continue;
                         }                          }
                         ft = format_create(NULL, FORMAT_NOJOBS);                          ft = format_create(NULL, FORMAT_NONE, FORMAT_NOJOBS);
   
                         s = p + 3;                          s = p + 3;
                         while (isspace((u_char)*s))                          while (isspace((u_char)*s))

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54