- Module
- tmux
- Declared in
- Server
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/hierarchy.go
- Other languages
- PythonRubyLuaTypeScriptRustJava.NETC++Swift
- Panes ( ctx : context.Context ) ([]Pane, error)
-
Panes materializes pane records for every winlink. Failures, including
ErrNoServer, remain errors rather than empty results.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 - Java
io.github.libtmux.Server.Server.panes - .NET
LibTmux.Server.Panes - C++
libtmux::Server::panes - Swift
Server.panes()
- Python
0 declared, 0 inherited