On this page
window.navigation.Window.session
- Module
- window.navigation
- Declared in
- Window
- Package
- libtmux
- Source
- crates/libtmux/src/window/navigation.rs
-
Return the session this window was reached through.
This re-reads tmux rather than the snapshot, so a session renamed or removed since discovery is reported as it is now.
Ok(None)means the session no longer exists.Errors
Returns an error when the session listing fails.
Discussed in Traversal
0 declared, 0 inherited