# version.CLIENTS_HIDE_STOPPED

- **Module:** version
- **Package:** libtmux
- **Language:** Rust
- **Kind:** constant
- **Source:** https://github.com/libtmux/libtmux-rs/blob/8a648c0894dfffc9303583f753b6c8ae01f2fe76/crates/libtmux/src/version.rs#L694
- **Page:** https://libtmux.org/reference/rs/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.
