[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.90 and 1.91

version 1.90, 2009/08/24 08:03:11 version 1.91, 2009/08/25 12:18:51
Line 1268 
Line 1268 
                      struct cmd_ctx *, const char *, struct session **);                       struct cmd_ctx *, const char *, struct session **);
 struct winlink  *cmd_find_pane(struct cmd_ctx *,  struct winlink  *cmd_find_pane(struct cmd_ctx *,
                      const char *, struct session **, struct window_pane **);                       const char *, struct session **, struct window_pane **);
   char            *cmd_template_replace(char *, const char *, int);
 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;
 extern const struct cmd_entry cmd_break_pane_entry;  extern const struct cmd_entry cmd_break_pane_entry;
   extern const struct cmd_entry cmd_choose_client_entry;
 extern const struct cmd_entry cmd_choose_session_entry;  extern const struct cmd_entry cmd_choose_session_entry;
 extern const struct cmd_entry cmd_choose_window_entry;  extern const struct cmd_entry cmd_choose_window_entry;
 extern const struct cmd_entry cmd_clear_history_entry;  extern const struct cmd_entry cmd_clear_history_entry;

Legend:
Removed from v.1.90  
changed lines
  Added in v.1.91