libtmux::Window::active_pane
- Module
- libtmux
- Declared in
- Window
- Package
- libtmux-cxx
- Source
- include/libtmux/entities.hpp
- Other languages
- Python Ruby Lua TypeScriptRustGoJava.NET Swift
- active_pane ( ) expected< Pane, CommandFailure >
-
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 - Java
io.github.libtmux.Window.Window.activePane - .NET
LibTmux.Window.ActivePane - 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