On this page
server.discovery.Server
- Module
- server.discovery
- Package
- libtmux
- Source
- crates/libtmux/src/server/discovery.rs
15 declared, 0 inherited
Members
- client method Find the client attached to this terminal.
- clients method List every client attached to the server, preserving any failure.
- clients_or_empty method List every client attached to the server, in tmux's own order.
- has_session method Report whether a session with this exact name exists.
- hierarchy method Fetch the whole hierarchy in three commands.
- pane_by_id method Find the pane with this id.
- panes method List every pane on the server, preserving any failure.
- panes_or_empty method List every pane on the server, in tmux's own order.
- session method Find the session with this exact name.
- session_by_id method Find the session with this id.
- sessions method List every session on the server, preserving any failure.
- sessions_or_empty method List every session on the server, in tmux's own order.
- window_by_id method Find the window with this id, through the first link that reaches it.
- windows method List every window on the server, preserving any failure.
- windows_or_empty method List every window on the server, in tmux's own order.