On this page
tmux.Window.Panes
- Module
- tmux
- Declared in
- Window
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/model.go
- Other languages
- PythonTypeScriptRustJava.NETC++Swift
-
Panes returns newly allocated shallow copies of panes for this exact winlink, and reports whether the receiver carries relations at all.
It never queries tmux.
Server.Snapshot, the resolvers, andSession.NewWindowcarry relations; a targeted lookup or refresh reports false instead. UseWindow.SearchPanesfor current live panes.Discussed in Traversal
In other languages List a window's panes
- Python
libtmux.Window.panes - TypeScript
window.Window.panes - Rust
window.navigation.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