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