On this page
LibTmux.Window.ActivePane
- Module
- LibTmux
- Declared in
- Window
- Package
- LibTmux
- Source
- src/LibTmux/Window.Relations.cs
- Other languages
- PythonTypeScriptRustGoJavaC++ Swift
-
Gets the active pane recorded when this window was read.
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 - Java
io.github.libtmux.Window.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