[BACK]Return to cmd-find-window.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/cmd-find-window.c between version 1.9 and 1.10

version 1.9, 2012/03/20 17:09:48 version 1.10, 2012/03/20 23:20:08
Line 123 
Line 123 
                                             wp, str, &line);                                              wp, str, &line);
                                 }                                  }
   
                                 /*  
                                  * If match_title isn't set we don't want to  
                                  * bother checking the title, but that also  
                                  * constitutes a failure to match so we still  
                                  * want to abort.  
                                  */  
                                 if (sres == NULL &&                                  if (sres == NULL &&
                                     (!(match_flags & CMD_FIND_WINDOW_BY_TITLE) ||                                      (!(match_flags & CMD_FIND_WINDOW_BY_TITLE) ||
                                      fnmatch(searchstr, wp->base.title, 0) != 0))                                       fnmatch(searchstr, wp->base.title, 0) != 0))

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10