- Module
- session
- Declared in
- Session
- Package
- libtmux
- Source
- crates/libtmux/src/session.rs
- Other languages
- PythonTypeScriptGo Java .NETC++Swift
-
List every pane in this session, preserving any failure.
Errors
Returns an error when the list command cannot run, or when its output cannot be decoded into snapshots.
Discussed in Traversal
In other ports List a session's panes
- Python
libtmux.Session.panes - TypeScript
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