# control.Event.Paused

- **Module:** control.Event
- **Package:** libtmux
- **Language:** Rust
- **Kind:** constant
- **Source:** https://github.com/libtmux/libtmux-rs/blob/8a648c0894dfffc9303583f753b6c8ae01f2fe76/crates/libtmux/src/control.rs#L119
- **Page:** https://libtmux.org/reference/rs/control-event-paused/

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, and
[`ControlSender::mute_pane`] below [`crate::since::CONTROL_PANE_OFF`],
which pauses rather than take a pane out of the stream. Resume with
[`ControlSender::resume_pane`].
