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

Diff for /src/usr.bin/tmux/tmux.h between version 1.663 and 1.664

version 1.663, 2016/10/15 00:01:01 version 1.664, 2016/10/15 00:09:30
Line 1742 
Line 1742 
                      struct session *);                       struct session *);
 int              cmd_find_from_winlink(struct cmd_find_state *,  int              cmd_find_from_winlink(struct cmd_find_state *,
                      struct session *, struct winlink *);                       struct session *, struct winlink *);
   int              cmd_find_from_session_window(struct cmd_find_state *,
                        struct session *, struct window *);
 int              cmd_find_from_window(struct cmd_find_state *, struct window *);  int              cmd_find_from_window(struct cmd_find_state *, struct window *);
 int              cmd_find_from_pane(struct cmd_find_state *,  int              cmd_find_from_pane(struct cmd_find_state *,
                      struct window_pane *);                       struct window_pane *);

Legend:
Removed from v.1.663  
changed lines
  Added in v.1.664