libtmux Reference MCP Search
On this page

control.ControlMode.attach_with_limits

View as Markdown

Module
control
Declared in
ControlMode
Package
libtmux
Source
crates/libtmux/src/control.rs
attach_with_limits ( server : &Server , session : &SessionId , limits : ControlLimits ) Result<Self, Error>
method [source]
method [source]
attach_with_limits

Attach with explicit frame budgets.

Control mode reads from a process that keeps running, so the framing is the only thing bounding memory: a line that never ends, or a block whose %end never arrives, otherwise grows until the machine notices.

Errors

Returns an error when the connection cannot be opened, as Self::attach does. Server::shutdown cancels an attach in progress and refuses later attempts.

0 declared, 0 inherited

Esc

Type to search.