send_control_signal
Send keyboard control signals like Ctrl+C (SIGINT) to interrupt blocking processes in a persistent tmux pane without termination.
Instructions
Issue a control signal keystroke to the persistent pane (FR-04), e.g. SIGINT (Ctrl+C) to break out of a blocking process without killing the harness. Supported: SIGINT, SIGTSTP, SIGQUIT, EOF.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| signal | No | SIGINT |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |