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

capture_since

Return bytes after a bounded client cursor and a replacement cursor. Read pane output; accepts no client-supplied executable input. Returned content may be sensitive or untrusted.

All C++ tools · JSON · Source

Arguments

cursor optional · integer
Previously returned byte cursor.
paneId required · string
Stable pane ID.

Schemas

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

Input schema
{
"additionalProperties": false,
"properties": {
"cursor": {
"description": "Previously returned byte cursor.",
"minimum": 0,
"type": "integer"
},
"paneId": {
"description": "Stable pane ID.",
"maxLength": 512,
"type": "string"
}
},
"required": [
"paneId"
],
"type": "object"
}
Output schema
{
"additionalProperties": true,
"type": "object"
}
Tool annotations
{
"destructiveHint": true,
"idempotentHint": false,
"openWorldHint": true,
"readOnlyHint": false,
"title": "Capture new pane output"
}
Esc

Type to search.