session.Session.panes
- Module
- session
- Declared in
- Session
- Package
- libtmux
- Source
- packages/libtmux/src/session.ts
- Other languages
- PythonRuby Lua RustGo Java .NETC++Swift
-
Panes contained by this session's windows.
Examples
session.panes.where({ currentCommand: "vim" }).count();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.
- Rust
session.Session.panes - Go
tmux.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