[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.432 and 1.433

version 1.432, 2013/10/23 11:31:03 version 1.433, 2014/01/09 14:20:55
Line 1739 
Line 1739 
 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);
   struct window   *cmd_lookup_windowid(const char *);
   struct window_pane *cmd_lookup_paneid(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;

Legend:
Removed from v.1.432  
changed lines
  Added in v.1.433