[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.420 and 1.421

version 1.420, 2013/10/10 12:02:24 version 1.421, 2013/10/10 12:07:37
Line 1770 
Line 1770 
 struct winlink  *cmd_find_pane(struct cmd_q *, const char *, struct session **,  struct winlink  *cmd_find_pane(struct cmd_q *, const char *, struct session **,
                      struct window_pane **);                       struct window_pane **);
 char            *cmd_template_replace(const char *, const char *, int);  char            *cmd_template_replace(const char *, const char *, int);
 const char      *cmd_get_default_path(struct cmd_q *, const char *);  const char      *cmd_default_path(const char *, const char *, const char *);
 extern const struct cmd_entry *cmd_table[];  extern const struct cmd_entry *cmd_table[];
 extern const struct cmd_entry cmd_attach_session_entry;  extern const struct cmd_entry cmd_attach_session_entry;
 extern const struct cmd_entry cmd_bind_key_entry;  extern const struct cmd_entry cmd_bind_key_entry;
Line 1879 
Line 1879 
 void             cmdq_append(struct cmd_q *, struct cmd_list *);  void             cmdq_append(struct cmd_q *, struct cmd_list *);
 int              cmdq_continue(struct cmd_q *);  int              cmdq_continue(struct cmd_q *);
 void             cmdq_flush(struct cmd_q *);  void             cmdq_flush(struct cmd_q *);
   const char      *cmdq_default_path(struct cmd_q *, const char *);
   
 /* cmd-string.c */  /* cmd-string.c */
 int     cmd_string_parse(const char *, struct cmd_list **, const char *,  int     cmd_string_parse(const char *, struct cmd_list **, const char *,

Legend:
Removed from v.1.420  
changed lines
  Added in v.1.421