diff options
author | Thomas Adam <thomas@xteddy.org> | 2020-06-11 12:01:19 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2020-06-11 12:01:19 +0100 |
commit | e8c99496cd49592bc4f148e143c17165509b3783 (patch) | |
tree | dbb4f6edd0f4a2ca8012287fa38418c4a7030ca4 /tmux.h | |
parent | ea4425b9bdc1da5f337db531104714bde3cd2ad4 (diff) | |
parent | 50ee41423f6f7b4c0bc83ecf9468a37fc8bf9e99 (diff) | |
download | rtmux-e8c99496cd49592bc4f148e143c17165509b3783.tar.gz rtmux-e8c99496cd49592bc4f148e143c17165509b3783.tar.bz2 rtmux-e8c99496cd49592bc4f148e143c17165509b3783.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 *); |