On this page
io.github.libtmux.Window.Window.activePane
- Module
- io.github.libtmux.Window
- Declared in
- Window
- Package
- io.github.libtmux:libtmux
- Source
- libtmux/src/main/java/io/github/libtmux/Window.java
- Other languages
- PythonTypeScriptRustGo.NETC++ Swift
-
The pane tmux had active here. A pure read of the capture.
<p>Empty only when the capture holds no pane marked active for this window, which a complete capture of a live window does not.
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 - Go
tmux.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