On this page
control.Event.Paused
- Module
- control
- Declared in
- Event
- Package
- libtmux
- Source
- crates/libtmux/src/control.rs
-
tmux stopped sending a pane's output.
Two things ask for this:
ControlSender::pause_after, after which tmux pauses a pane this client has fallen behind on, andControlSender::mute_panebelowcrate::since::CONTROL_PANE_OFF, which pauses rather than take a pane out of the stream. Resume withControlSender::resume_pane.
0 declared, 0 inherited