window.Window.is_active
- Module
- window
- Declared in
- Window
- Package
- libtmux
- Source
- crates/libtmux/src/window.rs
- Other languages
- Python TypeScript GoJava .NET C++ Swift
-
Report whether this window is the active one in its session.
In other ports Whether this was the active window when captured
- Python
libtmux.Window.window_active - TypeScript no accessor; the field is read from
Window.format, tmux's own row - Go
tmux.Window.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