On this page
LibTmux.Session.Windows
- Module
- LibTmux
- Declared in
- Session
- Package
- LibTmux
- Source
- src/LibTmux/Session.Relations.cs
- Other languages
- PythonTypeScriptRustGoJavaC++Swift
- Windows : CapturedRelation<Window>
-
Gets the windows the capture found in this session.
Reading this never reaches tmux. A handle that was not read from a capture answers uncaptured rather than empty, because "nobody looked" and "there are none" are different answers.
In other languages List a session's windows
- Python
libtmux.Session.windows - TypeScript
session.Session.windows - Rust
session.Session.windows - Go
tmux.Session.Windows - Java
io.github.libtmux.Session.Session.windows - C++
libtmux::Session::windows - Swift
Server.windows()
- Python
0 declared, 0 inherited