libtmux Reference MCP Search
On this page

control.ControlSender.pause_after

View as Markdown

Module
control
Declared in
ControlSender
Package
libtmux
Source
crates/libtmux/src/control.rs
pause_after ( self , behind : Duration ) Result<(), Error>
method [source]
method [source]
pause_after

Have tmux pause a pane rather than let this connection fall behind.

Without this, tmux disconnects a control client that falls more than five minutes behind, losing everything the connection was for. With it, tmux instead reports Event::Paused for the offending pane and keeps the connection, and every Event::Output becomes an Event::ExtendedOutput carrying how far behind it was.

Errors

Returns an error when the connection has closed or tmux refuses the pause policy.

0 declared, 0 inherited

Esc

Type to search.