On this page
window.Window.panes
- Module
- window
- Declared in
- Window
- Package
- @libtmux/libtmux
- Source
- packages/libtmux/src/window.ts
- Other languages
- PythonRustGoJava.NETC++Swift
-
Panes of this window placement; a linked window keeps each set apart.
Examples
window.panes.count(); window.panes.at(0)?.id;Discussed in Traversal
In other languages List a window's panes
- Python
libtmux.Window.panes - Rust
window.navigation.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