libtmux Reference MCP Search
On this page

control.ControlSender.unmute_pane

View as Markdown

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

Resume sending what a pane writes, after Self::mute_pane.

tmux resumes from the pane's current output rather than replaying what was skipped, so a caller unmuting a pane has a gap, not a backlog.

Below crate::since::CONTROL_PANE_OFF this continues the pane that Self::mute_pane paused, which is the same gap by another name.

Errors

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

0 declared, 0 inherited

Esc

Type to search.