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 /cmd-refresh-client.c | |
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 'cmd-refresh-client.c')
-rw-r--r-- | cmd-refresh-client.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd-refresh-client.c b/cmd-refresh-client.c index bbe0c736..f7b6269b 100644 --- a/cmd-refresh-client.c +++ b/cmd-refresh-client.c @@ -68,6 +68,8 @@ cmd_refresh_client_update_offset(struct client *tc, const char *value) control_set_pane_off(tc, wp); else if (strcmp(colon, "continue") == 0) control_continue_pane(tc, wp); + else if (strcmp(colon, "pause") == 0) + control_pause_pane(tc, wp); out: free(copy); |