LibTmux::Session#list_panes
- Module
- LibTmux
- Declared in
- Session
- Package
- libtmux
- Source
- gems/libtmux/lib/libtmux/entity.rb
- Other languages
- Python Lua TypeScriptRustGo Java .NETC++Swift
- list_panes ( timeout : ::Numeric = nil , cancel : untyped = nil ) ::Array[::LibTmux::Pane]
-
Behavior: Live acquisition.
Behavior contract: Live acquisition.
In other ports List a session's panes
- Python
libtmux.Session.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 - C++
libtmux::Session::panes - Swift
Snapshot.panes(of:)
- Python
0 declared, 0 inherited