# client.Client.is_control_mode

- **Module:** client.Client
- **Package:** libtmux
- **Language:** Rust
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-rs/blob/f0e37052c232636b61d095817046e6bfc8f2ca40/crates/libtmux/src/client.rs#L114
- **Page:** https://libtmux.org/en/rs/latest/reference/client-client-is_control_mode/

```
client.Client.is_control_mode(self) -> bool
```

Report whether the client is a control-mode client.

Control-mode clients speak tmux's machine protocol rather than drawing
a terminal, so they are usually other programs rather than people.
