control.ControlSender.resume_pane
Rust
- Python Unavailable
- TypeScript Unavailable
- Rust
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- control
- Declared in
- ControlSender
- Package
- libtmux
- Source
- crates/libtmux/src/control.rs
-
Resume a pane tmux paused because this connection fell behind, or one
Self::mute_panemuted.Pairs with
Event::Paused, which arrives once a caller has asked for pausing withSelf::pause_after. It is also exactlySelf::unmute_pane: both send the same two commands, so calling either afterSelf::mute_panerecovers the pane on every version, rather than only the one whose mechanism happens to match.Errors
Returns an error when the connection has closed or tmux refuses the stream change.
0 declared, 0 inherited