On this page
session.Session.windows
- Module
- session
- Declared in
- Session
- Package
- libtmux
- Source
- crates/libtmux/src/session.rs
- Other languages
- PythonTypeScriptGoJava.NETC++Swift
-
List the windows linked into this session, preserving any failure.
A window linked into other sessions appears here once, under this session's own index for it.
Errors
Returns an error when the list command cannot run, or when its output cannot be decoded into snapshots.
Discussed in Traversal
In other languages List a session's windows
- Python
libtmux.Session.windows - TypeScript
session.Session.windows - Go
tmux.Session.Windows - Java
io.github.libtmux.Session.Session.windows - .NET
LibTmux.Session.Windows - C++
libtmux::Session::windows - Swift
Server.windows()
- Python
0 declared, 0 inherited