aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2020-06-11 12:01:19 +0100
committerThomas Adam <thomas@xteddy.org>2020-06-11 12:01:19 +0100
commite8c99496cd49592bc4f148e143c17165509b3783 (patch)
treedbb4f6edd0f4a2ca8012287fa38418c4a7030ca4 /tmux.h
parentea4425b9bdc1da5f337db531104714bde3cd2ad4 (diff)
parent50ee41423f6f7b4c0bc83ecf9468a37fc8bf9e99 (diff)
downloadrtmux-e8c99496cd49592bc4f148e143c17165509b3783.tar.gz
rtmux-e8c99496cd49592bc4f148e143c17165509b3783.tar.bz2
rtmux-e8c99496cd49592bc4f148e143c17165509b3783.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 4c3122b1..0b0f1015 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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 *);