tmux_stream_resize
Resize a tmux control-client stream to fix pane output wrapping issues. Specify stream ID, width, and height; the new size persists across reconnects.
Instructions
Set a stream's control-client size (refresh-client -C WxH, tmux 2.4+).
Use this when pane output wraps at the wrong width — a control client defaults to 80x24. The size sticks across auto-reconnects. Returns {"stream_id", "width", "height"}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stream_id | Yes | ||
| width | Yes | ||
| height | Yes |