tmux.Session.ResolveActivePane
Go
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- tmux
- Declared in
- Session
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/relations.go
- ResolveActivePane ( ctx : context.Context ) (Pane, error)
-
ResolveActivePane returns the active pane in this session's active window, read live. It lists that session's panes rather than taking a whole-server snapshot, because a pane row already carries which window is active. It returns
SnapshotLookupErrorcardinality errors, which matchErrNotFoundwhen nothing was found.
0 declared, 0 inherited