tmux.Session.Panes
- Module
- tmux
- Declared in
- Session
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/model.go
- Other languages
- PythonRuby Lua TypeScriptRust Java .NETC++Swift
-
Panes returns newly allocated shallow copies of this snapshot record's pane views, and reports whether the receiver carries relations at all.
It never queries tmux.
Server.Snapshotand the resolvers carry relations; a targeted lookup, refresh, or creation reports false rather than an empty relation. UseSession.SearchPanesfor current live panes.Discussed in Traversal
In other ports List a session's panes
- Python
libtmux.Session.panes - Ruby
LibTmux::Session#list_panes - Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript
session.Session.panes - Rust
session.Session.panes - Java no direct accessor; traverse Session.windows and Window.panes
- .NET
LibTmux.Session.Panes - C++
libtmux::Session::panes - Swift
Snapshot.panes(of:)
- Python
0 declared, 0 inherited