- Module
- LibTmux
- Declared in
- Server
- Package
- LibTmux
- Source
- src/LibTmux/Server.Snapshots.cs
- Other languages
- PythonRubyLuaTypeScriptRustGoJavaC++Swift
- Panes : CapturedRelation<Pane>
-
Gets the panes this handle captured, across every window.
tmux lists panes per window rather than per server, so a capture that stopped short of panes leaves this uncaptured even when the windows are there.
In other ports List the server's panes
- Python
libtmux.Server.panes - Ruby
LibTmux::Server#list_panes - Lua
libtmux.Snapshot.panes - TypeScript
server.Server.panes - Rust
server.Server.panes - Go
tmux.Server.Panes - Java
io.github.libtmux.Server.Server.panes - C++
libtmux::Server::panes - Swift
Server.panes()
- Python
0 declared, 0 inherited