libtmux_mcp.prompts.recipes.interrupt_gracefully
Python
- Python
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
-
Interrupt a running command and verify the prompt returned.
Sends
C-cthroughsend_keys(literal=True), then waits on shell-prompt patterns viawait_for_text. Fails loudly if the process ignores SIGINT — the right escalation point is the caller, not an automaticC-\follow-up (SIGQUIT can core-dump).- Parameters
-
-
pane_id ( str ) – Target pane.
-