tmux.Window.Active
- Module
- tmux
- Declared in
- Window
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/format_generated.go
- Other languages
- PythonRuby Lua TypeScript RustJava .NET C++ Swift
-
Active returns tmux #{window_active} as bool from this Window's materialized window-scoped fields (tmux 3.2a or later).
In other ports Whether this was the active window when captured
- Python
libtmux.Window.window_active - Ruby
LibTmux::WindowLinkSnapshot#active? - Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript no accessor; the field is read from
Window.format, tmux's own row - Rust
window.Window.is_active - Java
io.github.libtmux.Window.Window.active - .NET no equivalent on
Window - C++
libtmux::Window::active - Swift no equivalent on
Window
- Python
0 declared, 0 inherited