libtmux Reference MCP Search
On this page

control.ControlSender.resume_pane

View as Markdown

Module
control
Declared in
ControlSender
Package
libtmux
Source
crates/libtmux/src/control.rs
resume_pane ( self , pane : &PaneId ) Result<(), Error>
method [source]
method [source]
resume_pane

Resume a pane tmux paused because this connection fell behind.

Pairs with Event::Paused , which only arrives once a caller has asked for pausing with Self::pause_after.

Errors

Returns an error when the connection has closed or tmux refuses the stream change.

0 declared, 0 inherited

Esc

Type to search.