aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2020-06-11 09:55:47 +0000
committernicm <nicm>2020-06-11 09:55:47 +0000
commit50ee41423f6f7b4c0bc83ecf9468a37fc8bf9e99 (patch)
treed2c7dec252a8331249a05f5b1d1b7f61e4537579 /tmux.h
parent23d79cfda87f822c7440fd572ce5fc440c079ac2 (diff)
downloadrtmux-50ee41423f6f7b4c0bc83ecf9468a37fc8bf9e99.tar.gz
rtmux-50ee41423f6f7b4c0bc83ecf9468a37fc8bf9e99.tar.bz2
rtmux-50ee41423f6f7b4c0bc83ecf9468a37fc8bf9e99.zip
Add a -A option to pause a pane manually.
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 ee59b4b3..c6c84e86 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2846,6 +2846,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 *);