LibTmux::PaneSnapshot#active?
- Module
- LibTmux
- Declared in
- PaneSnapshot
- Package
- libtmux
- Source
- gems/libtmux/lib/libtmux/snapshot.rb
- Other languages
- PythonLua TypeScript RustGoJava .NET C++Swift
-
Behavior: Captured records.
Behavior contract: Captured records.
In other ports Whether this was the active pane when captured
- Python
libtmux.Pane.pane_active - Lua
libtmux.SnapshotPane.active - TypeScript no accessor; the field is read from
Pane.format, tmux's own row - Rust
pane.Pane.is_active - Go
tmux.Pane.Active - Java
io.github.libtmux.Pane.Pane.active - .NET no equivalent on
Pane - C++
libtmux::Pane::active - Swift
Pane.isActive
- Python
0 declared, 0 inherited