[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.25 and 1.26

version 1.25, 2013/10/10 12:00:19 version 1.26, 2014/04/17 14:45:49
Line 84 
Line 84 
   
 void  void
 cmd_find_window_match(struct cmd_find_window_data_list *find_list,  cmd_find_window_match(struct cmd_find_window_data_list *find_list,
     int match_flags, struct winlink *wl, const char *str, const char *searchstr)      int match_flags, struct winlink *wl, const char *str,
       const char *searchstr)
 {  {
         struct cmd_find_window_data      find_data;          struct cmd_find_window_data      find_data;
         struct window_pane              *wp;          struct window_pane              *wp;

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26