On this page
window.navigation.Window.active_pane
- Module
- window.navigation
- Declared in
- Window
- Package
- libtmux
- Source
- crates/libtmux/src/window/navigation.rs
- Other languages
- PythonTypeScriptGoJava.NETC++ Swift
-
Return the window's active pane.
Errors
Returns an error when the pane listing fails. A window always has an active pane, so
Ok(None)means the window disappeared between the snapshot and this call.Discussed in Traversal
In other languages The window's active pane
- Python
libtmux.Window.active_pane - TypeScript
window.Window.activePane - Go
tmux.Window.ActivePane - 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