[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.1066 and 1.1067

version 1.1066, 2020/06/10 07:27:10 version 1.1067, 2020/06/11 09:55:47
Line 2846 
Line 2846 
 void    control_set_pane_on(struct client *, struct window_pane *);  void    control_set_pane_on(struct client *, struct window_pane *);
 void    control_set_pane_off(struct client *, struct window_pane *);  void    control_set_pane_off(struct client *, struct window_pane *);
 void    control_continue_pane(struct client *, struct window_pane *);  void    control_continue_pane(struct client *, struct window_pane *);
   void    control_pause_pane(struct client *, struct window_pane *);
 struct window_pane_offset *control_pane_offset(struct client *,  struct window_pane_offset *control_pane_offset(struct client *,
            struct window_pane *, int *);             struct window_pane *, int *);
 void    control_reset_offsets(struct client *);  void    control_reset_offsets(struct client *);

Legend:
Removed from v.1.1066  
changed lines
  Added in v.1.1067