- Declared in
- Pane
- Package
- libtmux-swift
- Source
- Sources/LibTmux/Pane.swift
- Other languages
- PythonRubyLua TypeScript RustGoJava .NET C++
-
The pane a command reaches when it names the window and stops there.
In other ports Whether this was the active pane when captured
- Python
libtmux.Pane.pane_active - Ruby
LibTmux::PaneSnapshot#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
- Python
0 declared, 0 inherited