On this page
version.CLIENTS_HIDE_STOPPED
- Module
- version
- Package
- libtmux
- Source
- crates/libtmux/src/version.rs
- CLIENTS_HIDE_STOPPED : ReleaseVersion
-
list-clientsleaving out a client that is stopped rather than gone, and socrate::Error::ClientSuspendedbeing reachable at all.From this release
sort_get_clientsscreens the listing onCLIENT_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