# control.Subscription

- **Module:** control
- **Package:** libtmux
- **Language:** Rust
- **Kind:** enum
- **Source:** https://github.com/libtmux/libtmux-rs/blob/8a648c0894dfffc9303583f753b6c8ae01f2fe76/crates/libtmux/src/control.rs#L568
- **Page:** https://libtmux.org/reference/rs/control-subscription/

## Members

- `Session` (constant) — The session this connection is attached to.
- `Window` (constant) — One window.
- `AllWindows` (constant) — Every window in the attached session.
- `Pane` (constant) — One pane.
- `AllPanes` (constant) — Every pane in the attached session.
