[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.175 and 1.176

version 1.175, 2009/11/11 08:00:42 version 1.176, 2009/11/13 07:00:54
Line 1249 
Line 1249 
 enum mode_key_cmd mode_key_fromstring(struct mode_key_cmdstr *, const char *);  enum mode_key_cmd mode_key_fromstring(struct mode_key_cmdstr *, const char *);
 const struct mode_key_table *mode_key_findtable(const char *);  const struct mode_key_table *mode_key_findtable(const char *);
 void    mode_key_init_trees(void);  void    mode_key_init_trees(void);
 void    mode_key_free_trees(void);  
 void    mode_key_init(struct mode_key_data *, struct mode_key_tree *);  void    mode_key_init(struct mode_key_data *, struct mode_key_tree *);
 enum mode_key_cmd mode_key_lookup(struct mode_key_data *, int);  enum mode_key_cmd mode_key_lookup(struct mode_key_data *, int);
   
Line 1541 
Line 1540 
 void     key_bindings_remove(int);  void     key_bindings_remove(int);
 void     key_bindings_clean(void);  void     key_bindings_clean(void);
 void     key_bindings_init(void);  void     key_bindings_init(void);
 void     key_bindings_free(void);  
 void     key_bindings_dispatch(struct key_binding *, struct client *);  void     key_bindings_dispatch(struct key_binding *, struct client *);
 void printflike2 key_bindings_error(struct cmd_ctx *, const char *, ...);  void printflike2 key_bindings_error(struct cmd_ctx *, const char *, ...);
 void printflike2 key_bindings_print(struct cmd_ctx *, const char *, ...);  void printflike2 key_bindings_print(struct cmd_ctx *, const char *, ...);

Legend:
Removed from v.1.175  
changed lines
  Added in v.1.176