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
- Python Ruby Lua TypeScriptRustGo.NETC++ Swift
-
The pane tmux had active here. A pure read of the capture.
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 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 - Go
tmux.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