Server.clients(where:)
Swift
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift
- Declared in
- Server
- Package
- libtmux-swift
- Source
- Sources/LibTmux/FilteredListings.swift
- clients(where:) ( where : FilterExpr<Client> ) [Client]
-
Clients matching
expression.The one listing here that does not push its filter to tmux.
-freachedlist-clientsin tmux 3.4, three releases after this package's floor, and asking an older server for it fails the whole listing rather than being ignored. Version-gating it would buy nothing worth the round trip: a server has one client per attachment, so there is no long list to narrow. The expression is applied here, and the answer is the same.- Raises
0 declared, 0 inherited