On this page
control.ControlSender.unmute_pane
- Module
- control
- Declared in
- ControlSender
- Package
- libtmux
- Source
- crates/libtmux/src/control.rs
-
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_OFFthis continues the pane thatSelf::mute_panepaused, 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