libtmux Reference MCP Search
On this page

window.navigation.Window.panes

View as Markdown

Module
window.navigation
Declared in
Window
Package
libtmux
Source
crates/libtmux/src/window/navigation.rs
Other languages
PythonTypeScriptGoJava.NETC++Swift
panes ( self ) Result<Vec<Pane>, Error>
method [source]
method [source]
panes

List this window's panes, preserving any failure.

Panes are addressed by window id rather than by session and index, so this returns the same panes through every link to the window.

Errors

Returns an error when the list command cannot run, or when its output cannot be decoded into snapshots.

Discussed in Traversal

In other languages List a window's panes

0 declared, 0 inherited

Esc

Type to search.