On this page
libtmux::Window::active_pane
- Module
- libtmux
- Declared in
- Window
- Package
- libtmux-cxx
- Source
- include/libtmux/entities.hpp
- Other languages
- PythonTypeScriptRustGoJava.NET Swift
- active_pane ( ) expected< Pane, CommandFailure >
-
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 - .NET
LibTmux.Window.ActivePane - 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