tmux_stream_send
Send a tmux command over a stream's control connection and retrieve its text reply.
Instructions
Run a tmux command over the stream's control connection.
command is a tmux command line (no leading "tmux"), e.g.
"list-windows". Returns {"reply"} with the command's text reply. Errors
from tmux are raised. Output the command triggers in panes still arrives
as %output events via tmux_stream_read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stream_id | Yes | ||
| command | Yes | ||
| timeout | No |