libtmux::Session::panes
- Module
- libtmux
- Declared in
- Session
- Package
- libtmux-cxx
- Source
- include/libtmux/entities.hpp
- Other languages
- PythonRuby Lua TypeScriptRustGo Java .NETSwift
- panes ( ) expected< std::vector< Pane >, CommandFailure >
-
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
- .NET
LibTmux.Session.Panes - Swift
Snapshot.panes(of:)
- Python
0 declared, 0 inherited