# version.CLIENTS_HIDE_STOPPED

- **Module:** version
- **Package:** libtmux
- **Language:** Rust
- **Kind:** constant
- **Source:** https://github.com/libtmux/libtmux-rs/blob/f0e37052c232636b61d095817046e6bfc8f2ca40/crates/libtmux/src/version.rs#L770
- **Page:** https://libtmux.org/en/rs/latest/reference/version-clients_hide_stopped/

`list-clients` leaving out a client that is stopped rather than gone, and so [`crate::Error::ClientSuspended`] being reachable at all.

From this release `sort_get_clients` screens the listing on
`CLIENT_UNATTACHEDFLAGS`, which covers the dead, the exiting and the
suspended together, so a suspended or locked client disappears from it.
Earlier releases screen on the session alone, and suspending a client
never clears that, so it stays listed and reads back normally.

Measured on 3.2a, 3.4, 3.5a, 3.6b, 3.7 and 3.7c: the first four list a
suspended client, the last two do not.
