[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.28 and 1.29

version 1.28, 2014/10/20 22:29:25 version 1.29, 2014/10/20 23:35:28
Line 28 
Line 28 
  * Find window containing text.   * Find window containing text.
  */   */
   
   #define FIND_WINDOW_TEMPLATE                                    \
           "#{window_index}: #{window_name} "                      \
           "[#{window_width}x#{window_height}] "                   \
           "(#{window_panes} panes) #{window_find_matches}"
   
 enum cmd_retval  cmd_find_window_exec(struct cmd *, struct cmd_q *);  enum cmd_retval  cmd_find_window_exec(struct cmd *, struct cmd_q *);
   
 void    cmd_find_window_callback(struct window_choose_data *);  void    cmd_find_window_callback(struct window_choose_data *);

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29