Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2020-06-11 12:01:19 +01:00
4 changed files with 25 additions and 3 deletions

1
tmux.h
View File

@ -2848,6 +2848,7 @@ void control_stop(struct client *);
void control_set_pane_on(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_pause_pane(struct client *, struct window_pane *);
struct window_pane_offset *control_pane_offset(struct client *,
struct window_pane *, int *);
void control_reset_offsets(struct client *);