On this page
window.navigation.Window.panes
- Module
- window.navigation
- Declared in
- Window
- Package
- libtmux
- Source
- crates/libtmux/src/window/navigation.rs
- Other languages
- PythonTypeScriptGoJava.NETC++Swift
-
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
- Python
libtmux.Window.panes - TypeScript
window.Window.panes - Go
tmux.Window.Panes - Java
io.github.libtmux.Window.Window.panes - .NET
LibTmux.Window.Panes - C++
libtmux::Window::panes - Swift
Server.panes()
- Python
0 declared, 0 inherited