On this page
tmux.Window.ActivePane
- Module
- tmux
- Declared in
- Window
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/relations.go
- Other languages
- PythonTypeScriptRustJava.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 languages The window's active pane
- Python
libtmux.Window.active_pane - TypeScript
window.Window.activePane - Rust
window.navigation.Window.active_pane - Java
io.github.libtmux.Window.Window.activePane - .NET
LibTmux.Window.ActivePane - C++
libtmux::Window::active_pane - Swift no accessor; `Pane.isActive` is a flag on the pane, so the active one is found by filtering a listing
- Python
0 declared, 0 inherited