Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

Rust API

Rust documentation

server.Server.window_by_id

Rust

View as Markdown

Module
server
Declared in
Server
Package
libtmux
Source
crates/libtmux/src/server/discovery.rs
Other languages
Python TypeScript Go Java .NETC++ Swift
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 when the link matters.

Errors

Returns an error when the window listing fails.

In other ports Look one window up by target

0 declared, 0 inherited

Esc

Type to search.