tmux.Window.ActivePane
- Module
- tmux
- Declared in
- Window
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/relations.go
- Other languages
- Python Ruby Lua TypeScriptRustJava.NETC++ Swift
-
ActivePane returns the first active pane in this materialized winlink view. It never queries tmux; use
Window.ResolveActivePanefor live state.Discussed in Traversal
In other ports The window's active pane
- Python
libtmux.Window.active_pane - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript
window.Window.activePane - Rust
window.Window.active_pane - Java
io.github.libtmux.Window.Window.activePane - .NET
LibTmux.Window.ActivePane - C++
libtmux::Window::active_pane - Swift no accessor;
Pane.isActiveis a flag on the pane, so the active one is found by filtering a listing
- Python
0 declared, 0 inherited