LibTmux.Session.ActiveWindow
- Module
- LibTmux
- Declared in
- Session
- Package
- LibTmux
- Source
- src/LibTmux/Session.Relations.cs
- Other languages
- Python Ruby Lua TypeScriptRustGoJavaC++ Swift
- ActiveWindow : CapturedValue<Window>
-
Gets the captured active window, or an uncaptured relation.
Reading this is local. A session reached through an inactive window carries that window's row, so its active window was not captured.
Discussed in Traversal
In other ports The session's active window
- Python
libtmux.Session.active_window - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript
session.Session.activeWindow - Rust
session.Session.active_window - Go
tmux.Session.ActiveWindow - Java
io.github.libtmux.Session.Session.activeWindow - C++
libtmux::Session::active_window - Swift no accessor;
Pane.isActiveis a flag on the pane, so the active one is found by filtering a listing
- Python
0 declared, 0 inherited