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

View as Markdown

Module
server
Declared in
Server
Package
libtmux
Source
packages/libtmux/src/server.ts
Other languages
PythonRubyLuaRustGoJava.NETC++Swift
windows ( ) → Promise<Selection<Window>>
methodasync [source]
methodasync [source]
windows

Every window on the server, including each placement of a linked window.

Examples

const windows = await server.windows();
windows.first()?.name;
In other ports List the server's windows

0 declared, 0 inherited

Esc

Type to search.