diff options
author | nicm <nicm> | 2022-07-06 08:31:59 +0000 |
---|---|---|
committer | nicm <nicm> | 2022-07-06 08:31:59 +0000 |
commit | 9e03df5500f802e0a10d52bfaf51eab493b84c70 (patch) | |
tree | 46bc7071722281a34855aaedb6ee2377045b8935 /tmux.h | |
parent | dd602eaa61e82188313b9187021accab260f89c0 (diff) | |
download | rtmux-9e03df5500f802e0a10d52bfaf51eab493b84c70.tar.gz rtmux-9e03df5500f802e0a10d52bfaf51eab493b84c70.tar.bz2 rtmux-9e03df5500f802e0a10d52bfaf51eab493b84c70.zip |
Defer reading from control client until the command line command has
completed.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3134,6 +3134,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 *); |