libtmux Reference MCP Search
On this page

server.discovery.Server.window_by_id

View as Markdown

Module
server.discovery
Declared in
Server
Package
libtmux
Source
crates/libtmux/src/server/discovery.rs
window_by_id ( self , id : &WindowId ) Result<Option<Window>, Error>
method [source]
method [source]
window_by_id

Find the window with this id, through the first link that reaches it.

A window linked into several sessions is returned once. Use Server::windows_or_empty when the link matters.

Errors

Returns an error when the window listing fails.

0 declared, 0 inherited

Esc

Type to search.