On this page
LibTmux.Session.ActiveWindow
- Module
- LibTmux
- Declared in
- Session
- Package
- LibTmux
- Source
- src/LibTmux/Session.Relations.cs
- Other languages
- PythonTypeScriptRustGoJavaC++ Swift
-
Gets the active window recorded when this session was read.
Discussed in Traversal
In other languages The session's active window
- Python
libtmux.Session.active_window - 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.isActive` is a flag on the pane, so the active one is found by filtering a listing
- Python
0 declared, 0 inherited