aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2022-07-06 12:01:09 +0100
committerThomas Adam <thomas@xteddy.org>2022-07-06 12:01:09 +0100
commitdc6bc0e95acc04cdf43e869294ecba897a11d850 (patch)
tree43f64841f177d2bce5e0b1020fb2ddba9b3aad9d /tmux.h
parentb130e951cc3157ef4deeadc25cc668b8e355f234 (diff)
parent1afe22086fb85a596eb4a20f2e80cacfbbc2f1e5 (diff)
downloadrtmux-dc6bc0e95acc04cdf43e869294ecba897a11d850.tar.gz
rtmux-dc6bc0e95acc04cdf43e869294ecba897a11d850.tar.bz2
rtmux-dc6bc0e95acc04cdf43e869294ecba897a11d850.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 cd838df8..d097720e 100644
--- a/tmux.h
+++ b/tmux.h
@@ -3136,6 +3136,7 @@ char *parse_window_name(const char *);
/* control.c */
void control_discard(struct client *);
void control_start(struct client *);
+void control_ready(struct client *);
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 *);