[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.353 and 1.354

version 1.353, 2012/09/03 09:32:38 version 1.354, 2012/09/03 09:57:57
Line 1716 
Line 1716 
 extern const struct cmd_entry cmd_capture_pane_entry;  extern const struct cmd_entry cmd_capture_pane_entry;
 extern const struct cmd_entry cmd_choose_buffer_entry;  extern const struct cmd_entry cmd_choose_buffer_entry;
 extern const struct cmd_entry cmd_choose_client_entry;  extern const struct cmd_entry cmd_choose_client_entry;
   extern const struct cmd_entry cmd_choose_list_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_tree_entry;  extern const struct cmd_entry cmd_choose_tree_entry;
 extern const struct cmd_entry cmd_choose_window_entry;  extern const struct cmd_entry cmd_choose_window_entry;
Line 2203 
Line 2204 
                         const char *, char *, u_int);                          const char *, char *, u_int);
 struct window_choose_data       *window_choose_add_session(struct window_pane *,  struct window_choose_data       *window_choose_add_session(struct window_pane *,
                         struct cmd_ctx *, struct session *, const char *,                          struct cmd_ctx *, struct session *, const char *,
                           char *, u_int);
   struct window_choose_data       *window_choose_add_item(struct window_pane *,
                           struct cmd_ctx *, struct winlink *, const char *,
                         char *, u_int);                          char *, u_int);
   
 /* names.c */  /* names.c */

Legend:
Removed from v.1.353  
changed lines
  Added in v.1.354