mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Add a -A option to pause a pane manually.
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user