LibTmux.Session.Panes
- Module
- LibTmux
- Declared in
- Session
- Package
- LibTmux
- Source
- src/LibTmux/Session.Relations.cs
- Other languages
- PythonRuby Lua TypeScriptRustGo Java C++Swift
- Panes : CapturedRelation<Pane>
-
Gets the panes the capture found in this session.
Reading this never reaches tmux.
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 - Go
tmux.Session.Panes - Java no direct accessor; traverse Session.windows and Window.panes
- C++
libtmux::Session::panes - Swift
Snapshot.panes(of:)
- Python
0 declared, 0 inherited