session.Session.windows
- Module
- session
- Declared in
- Session
- Package
- libtmux
- Source
- packages/libtmux/src/session.ts
- Other languages
- PythonRuby Lua RustGoJava.NETC++Swift
-
Windows placed in this session, in listing order.
Resolved from the graph this handle was materialized against, so it issues no tmux command and reports the instant the handle came from.
Examples
session.windows.count();session.windows.where({ name: "editor" }).first();Discussed in Traversal
In other ports List a session's windows
- Python
libtmux.Session.windows - Ruby
LibTmux::Session#list_windows - Lua No source-verified Lua equivalent is recorded for this operation.
- Rust
session.Session.windows - Go
tmux.Session.Windows - Java
io.github.libtmux.Session.Session.windows - .NET
LibTmux.Session.Windows - C++
libtmux::Session::windows - Swift
Snapshot.windows(of:)
- Python
0 declared, 0 inherited