[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.1068 and 1.1069

version 1.1068, 2020/06/11 19:43:34 version 1.1069, 2020/06/13 09:05:53
Line 2720 
Line 2720 
 void             window_add_ref(struct window *, const char *);  void             window_add_ref(struct window *, const char *);
 void             window_remove_ref(struct window *, const char *);  void             window_remove_ref(struct window *, const char *);
 void             winlink_clear_flags(struct winlink *);  void             winlink_clear_flags(struct winlink *);
 int              winlink_shuffle_up(struct session *, struct winlink *);  int              winlink_shuffle_up(struct session *, struct winlink *, int);
 int              window_pane_start_input(struct window_pane *,  int              window_pane_start_input(struct window_pane *,
                      struct cmdq_item *, char **);                       struct cmdq_item *, char **);
 void            *window_pane_get_new_data(struct window_pane *,  void            *window_pane_get_new_data(struct window_pane *,

Legend:
Removed from v.1.1068  
changed lines
  Added in v.1.1069