[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.783 and 1.784

version 1.783, 2017/06/07 15:27:46 version 1.784, 2017/06/09 15:29:15
Line 2201 
Line 2201 
              key_code), key_code, int);               key_code), key_code, int);
 void     mode_tree_up(struct mode_tree_data *, int);  void     mode_tree_up(struct mode_tree_data *, int);
 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 *, struct args *,
              void (*)(void *, u_int, uint64_t *), struct screen *(*)(void *,               void (*)(void *, u_int, uint64_t *), struct screen *(*)(void *,
              void *, u_int, u_int), int (*)(void *, void *, const char *),               void *, u_int, u_int), int (*)(void *, void *, const char *),
              void *, const char **, u_int, struct screen **);               void *, const char **, u_int, struct screen **);

Legend:
Removed from v.1.783  
changed lines
  Added in v.1.784