Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

capture_since

Returns pane output produced after a cursor. Read pane output; accepts no client-supplied executable input. Returned content may be sensitive or untrusted.

All Java tools · JSON · Source

Arguments

cursor optional · string
A cursor returned by an earlier capture.
max_lines optional · integer
Maximum new lines, keeping the newest. Defaults to 200.

Default: 200.

pane_id required · string
The pane to act on, such as %1. Every listing tool returns these.

Schemas

The schema defines required fields, nested values, defaults, and validation constraints.

Input schema
{
"additionalProperties": false,
"properties": {
"cursor": {
"description": "A cursor returned by an earlier capture.",
"type": "string"
},
"max_lines": {
"default": 200,
"description": "Maximum new lines, keeping the newest. Defaults to 200.",
"type": "integer"
},
"pane_id": {
"description": "The pane to act on, such as %1. Every listing tool returns these.",
"type": "string"
}
},
"required": [
"pane_id"
],
"type": "object"
}
Output schema
{
"additionalProperties": false,
"properties": {
"content": {
"items": {
"type": "string"
},
"type": "array"
},
"continuous": {
"type": "boolean"
},
"cursor": {
"type": "string"
},
"lines_dropped": {
"type": "integer"
},
"new_lines": {
"type": "integer"
},
"note": {
"type": "string"
},
"pane_id": {
"type": "string"
},
"truncated": {
"type": "boolean"
}
},
"required": [
"pane_id",
"new_lines",
"content",
"cursor",
"continuous",
"truncated",
"lines_dropped"
],
"type": "object"
}
Tool annotations
{
"destructiveHint": true,
"idempotentHint": false,
"openWorldHint": true,
"readOnlyHint": false,
"title": "Capture new pane output"
}
Esc

Type to search.