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
panes ( ) → Promise<Selection<Pane>>
methodasync [source]
methodasync [source]
panes

Every pane on the server.

Examples

const panes = await server.panes();
panes.where({ currentCommand: "vim" }).count();
In other ports List the server's panes

0 declared, 0 inherited

Esc

Type to search.