read_terminal_buffer
Capture trailing scrollback from the active tmux pane. Joins hard-wrapped rows and trims blank padding before returning the buffer.
Instructions
Capture trailing scrollback from the active tmux pane (FR-03).
Hard-wrapped rows are joined and trailing blank viewport padding is
trimmed before the payload is returned.
Args:
lines: Number of trailing scrollback lines to capture (default 100,
max 20000).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lines | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |