[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.781 and 1.782

version 1.781, 2017/06/04 09:02:36 version 1.782, 2017/06/07 14:37:30
Line 2203 
Line 2203 
 void     mode_tree_down(struct mode_tree_data *, int);  void     mode_tree_down(struct mode_tree_data *, int);
 struct mode_tree_data *mode_tree_start(struct window_pane *,  struct mode_tree_data *mode_tree_start(struct window_pane *,
              void (*)(void *, u_int, uint64_t *), struct screen *(*)(void *,               void (*)(void *, u_int, uint64_t *), struct screen *(*)(void *,
              void *, u_int, u_int), void *, const char **, u_int,               void *, u_int, u_int), int (*)(void *, void *, const char *),
              struct screen **);               void *, const char **, u_int, struct screen **);
 void     mode_tree_build(struct mode_tree_data *);  void     mode_tree_build(struct mode_tree_data *);
 void     mode_tree_free(struct mode_tree_data *);  void     mode_tree_free(struct mode_tree_data *);
 void     mode_tree_resize(struct mode_tree_data *, u_int, u_int);  void     mode_tree_resize(struct mode_tree_data *, u_int, u_int);
Line 2213 
Line 2213 
              const char *, int);               const char *, int);
 void     mode_tree_remove(struct mode_tree_data *, struct mode_tree_item *);  void     mode_tree_remove(struct mode_tree_data *, struct mode_tree_item *);
 void     mode_tree_draw(struct mode_tree_data *);  void     mode_tree_draw(struct mode_tree_data *);
 int      mode_tree_key(struct mode_tree_data *, key_code *,  int      mode_tree_key(struct mode_tree_data *, struct client *, key_code *,
              struct mouse_event *);               struct mouse_event *);
 void     mode_tree_run_command(struct client *, struct cmd_find_state *,  void     mode_tree_run_command(struct client *, struct cmd_find_state *,
              const char *, const char *);               const char *, const char *);

Legend:
Removed from v.1.781  
changed lines
  Added in v.1.782