On this page
control.ControlSender.resume_pane
- Module
- control
- Declared in
- ControlSender
- Package
- libtmux
- Source
- crates/libtmux/src/control.rs
-
Resume a pane tmux paused because this connection fell behind.
Pairs with
Event::Paused, which only arrives once a caller has asked for pausing withSelf::pause_after.Errors
Returns an error when the connection has closed or tmux refuses the stream change.
0 declared, 0 inherited