[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.823 and 1.824

version 1.823, 2018/04/10 10:48:44 version 1.824, 2018/04/18 14:35:37
Line 1772 
Line 1772 
 /* cmd-find.c */  /* cmd-find.c */
 int              cmd_find_target(struct cmd_find_state *, struct cmdq_item *,  int              cmd_find_target(struct cmd_find_state *, struct cmdq_item *,
                      const char *, enum cmd_find_type, int);                       const char *, enum cmd_find_type, int);
   struct client   *cmd_find_best_client(struct session *);
 struct client   *cmd_find_client(struct cmdq_item *, const char *, int);  struct client   *cmd_find_client(struct cmdq_item *, const char *, int);
 void             cmd_find_clear_state(struct cmd_find_state *, int);  void             cmd_find_clear_state(struct cmd_find_state *, int);
 int              cmd_find_empty_state(struct cmd_find_state *);  int              cmd_find_empty_state(struct cmd_find_state *);

Legend:
Removed from v.1.823  
changed lines
  Added in v.1.824