[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.617 and 1.618

version 1.617, 2016/01/19 15:59:12 version 1.618, 2016/01/19 16:01:30
Line 1769 
Line 1769 
                      char **);                       char **);
   
 /* cmd-find.c */  /* cmd-find.c */
 int              cmd_find_target(struct cmd_find_state *, struct cmd_q *,  int              cmd_find_current(struct cmd_find_state *, struct cmd_q *,
                      const char *, enum cmd_find_type, int);                       int);
   int              cmd_find_target(struct cmd_find_state *,
                        struct cmd_find_state *, struct cmd_q *, const char *,
                        enum cmd_find_type, int);
 struct client   *cmd_find_client(struct cmd_q *, const char *, int);  struct client   *cmd_find_client(struct cmd_q *, const char *, int);
 void             cmd_find_clear_state(struct cmd_find_state *, struct cmd_q *,  void             cmd_find_clear_state(struct cmd_find_state *, struct cmd_q *,
                      int);                       int);
Line 1793 
Line 1796 
 void             cmd_free_argv(int, char **);  void             cmd_free_argv(int, char **);
 char            *cmd_stringify_argv(int, char **);  char            *cmd_stringify_argv(int, char **);
 struct cmd      *cmd_parse(int, char **, const char *, u_int, char **);  struct cmd      *cmd_parse(int, char **, const char *, u_int, char **);
 int              cmd_prepare_state(struct cmd *, struct cmd_q *);  int              cmd_prepare_state(struct cmd *, struct cmd_q *,
                        struct cmd_q *);
 char            *cmd_print(struct cmd *);  char            *cmd_print(struct cmd *);
 int              cmd_mouse_at(struct window_pane *, struct mouse_event *,  int              cmd_mouse_at(struct window_pane *, struct mouse_event *,
                      u_int *, u_int *, int);                       u_int *, u_int *, int);

Legend:
Removed from v.1.617  
changed lines
  Added in v.1.618