libtmux Reference MCP Search
On this page

version.CLIENTS_HIDE_STOPPED

View as Markdown

Module
version
Package
libtmux
Source
crates/libtmux/src/version.rs
CLIENTS_HIDE_STOPPED : ReleaseVersion
constant [source]
constant [source]
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.

0 declared, 0 inherited

Esc

Type to search.